GET
/
credits
curl --request GET \
  --url https://graph.memoryproto.co/credits \
  --header 'Authorization: <authorization>'
{
  "credits": 123
}

Headers

Authorization
string
required

Use an authorization token prefixed with Bearer. You can get your API key at https://memoryproto.co/dashboard.

Example:

"Bearer mem_xxx"

Response

200
application/json

Successful response containing the organization's credits.

The response is of type object.