cURL
Authorizations
Create an authorization
Create a new authorization.
POST
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
A note to help you remember what the access is used for.
Example:
"My Deploy Script"
A list of scopes that the access can be used for.
Available options:
read, write, orders.create, team.manage Example:
["read", "write"]Expiration date for the authorization token. Null means no expiration date (default).
Example:
"2015-03-30T09:52:53Z"