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.
| Name | Type | Description |
|---|---|---|
accountrequired | object | The account this key acts on |
account.idrequired | string (uuid) | The account this key is bound to |
account.namerequired | string | null | Account display name |
keyrequired | object | The key that made this request |
key.idrequired | string (uuid) | The key row id (not the secret) |
key.namerequired | string | The 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) | null | When the key stops working; null = never |
key.rate_limit_per_minuterequired | integer | The 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.