Get the details of your Content Runner account. Currently the API only supports checking your account balance using this endpoint. This can be used to confirm that you have sufficient funds available before placing an order.
Header | Value |
---|---|
Content-Type | application/json |
Accept | application/json |
Authorization | Bearer (using bearer token from /oauth/token) |
Code | Description |
---|---|
200 | OK |
400/401 | Unauthorized |
403 | Forbidden |
500 | Internal Server Error |
{
"account_balance": "9160.00"
}
{
"error": "unauthorized",
"error_description": "Token not valid"
}