Accounts
Create Account
Create a new user and obtain an access token. See here to get started.
This API is rate limited. See Rate Limiting for more details.
GET
/
v2
/
authorize
Authorizations
client_id
string
queryrequiredSee our authentication documentation for how to find your Client ID
Query Parameters
client_id
string
requiredYour application Client ID.
redirect_uri
string
requiredThe page the user will be redirect to after OAuth flow.
referer
string
default: response_type
string
requiredOnly OAuth response type token
is supported.
scope
string
requiredSpace (%20
) separated values
sign_up_email
string
Email of the user signing up.
sign_up_first_name
string
First name of the user signing up.
sign_up_last_name
string
Last name of the user signing up.
utm_campaign
string
default: workflow_apiutm_content
string
default: utm_medium
string
default: embedutm_source
string
default: partner