GET
/
user-management
/
v1
/
api
/
credits
/
allowance
Get a team's current credit allowance
curl --request GET \
  --url https://api.messari.io/user-management/v1/api/credits/allowance \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "creditsAllocated": 123,
    "endDate": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "isActive": true,
    "remainingCredits": 123,
    "startDate": "2023-11-07T05:31:56Z",
    "teamId": 123
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Response

200
application/json

Default response

The response is of type object.