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>"
}
Returns the current credit allowance for the team
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>"
}
Default response
The response is of type object
.