Skip to main content
GET

Recipes

1

1. Use 'Authorization' header to pass API key

2

2. As a result, the API returns a user with the specified facebook id in the path params.

Query Parameters

facebook_id
string
required
ID of the user’s Facebook account.

Headers

QB-Token
string
required
A user session token. See Authentication page to learn more about the session token.
Authorization
string
default:"ApiKey {your_api_key}"
required
API key from Dashboard. Expected format: ApiKey {your_api_key}. Must be used either QB-Token or Authorization.

Responses

A successful response
user
object
An error response
errors
object
An error response
errors
object
An error response
code
string
message
string