Skip to content
Endless Documentation

Get Member Credits

GET
/organizations/{organization_id}/members/{user_id}/credits

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
user_id*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/organizations/org_abc123/members/user_abc123/credits"
{  "available": 0,  "org_available": 0,  "org_used": 0,  "org_total": 0,  "user_used": 0,  "team_used": 0,  "spending_limit": 0,  "spending_limit_source": "user",  "spending_limit_remaining": 0,  "usage_cycle_start": "string",  "usage_cycle_end": "string"}