...
Cluster | URL |
---|---|
Australia | https://api.bbamastro.com/auth |
US | https://api-us.bbamastro.com/auth |
UK | https://api-uk.bbamastro.com/auth |
Parameters
...
Name | Type |
---|---|
password | string |
username | string |
grant_type | “password” |
scope | “write“ |
client_secret | string |
client_id | string |
reseller_id | number |
Authorization
Basic Auth (Required)
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | OK | |
201 | Created | No Content |
401 | Unauthorized | No Content |
403 | Forbidden | No Content |
404 | Not Found | No Content |
...