Authentication
Authentication
Authentication using business id and secret key
POST
/
auth
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200 - application/json
access_token
string
token
object
Was this page helpful?