Get Account Balance

GET /v1/get-account-balance

See original API description on Amazon Mechanical Turk.

Responses

GET /v1/get-account-balance
curl \
 -X GET https://yourcrowd.ai.moda/api/v1/get-account-balance \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "AvailableBalance": 2147483647.01
}
Response examples (200)
{
  "AvailableBalance": 2147483647.01
}