curl --request GET \
--url https://api.galtea.ai/organizations/{id}/creditStatus \
--header 'Authorization: Bearer <token>'{
"totalCredits": 123,
"usedCredits": 123,
"remainingCredits": 123
}Returns the current credit status for the organization, used for the credit warning badge. See Platform Overview.
curl --request GET \
--url https://api.galtea.ai/organizations/{id}/creditStatus \
--header 'Authorization: Bearer <token>'{
"totalCredits": 123,
"usedCredits": 123,
"remainingCredits": 123
}API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Organization ID