RaabtaHQ
Me

Me

Identify the key and discover what it can do.

The /me response

As returned by GET /me. Every endpoint below that returns this resource returns exactly these fields.

NameTypeDescription
accountrequired
objectThe account this key acts on
account.idrequired
string (uuid)The account this key is bound to
account.namerequired
string | nullAccount display name
keyrequired
objectThe key that made this request
key.idrequired
string (uuid)The key row id (not the secret)
key.namerequired
stringThe name given when the key was created
key.scopesrequired
string (enum)[]Scopes granted at creation
key.effective_scopesrequired
string (enum)[]Granted scopes plus everything they imply — what the key can actually do
key.expires_atrequired
string (date-time) | nullWhen the key stops working; null = never
key.rate_limit_per_minuterequired
integerThe per-minute budget this key is subject to

Endpoints

1 endpoint, each on its own page with its parameters, responses, error codes and samples in curl, Node and Python.