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.
Minimum length:
1
redirect_uri
string
requiredThe page the user will be redirect to after OAuth flow.
Minimum length:
1
referer
string
default: Minimum length:
1
response_type
string
requiredOnly OAuth response type token
is supported.
Minimum length:
1
scope
string
requiredSpace (%20
) separated values
Minimum length:
1
sign_up_email
string
Email of the user signing up.
Minimum length:
1
sign_up_first_name
string
First name of the user signing up.
Minimum length:
1
sign_up_last_name
string
Last name of the user signing up.
Minimum length:
1
utm_campaign
string
default: workflow_apiMinimum length:
1
utm_content
string
default: Minimum length:
1
utm_medium
string
default: embedMinimum length:
1
utm_source
string
default: partnerMinimum length:
1