v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-10-15121927.4 KB
Account

Get current API key details and validation status

Returns information about the authenticated API key including plan, devices, usage statistics, and integration details.

get/v1/api/me

Response

API key details and validation status.

validboolean

Whether the API key is valid.

api_keystring

The API key used for authentication.

planstring

The plan associated with this API key.

metadataobject

Custom metadata associated with the API key.

Example response

{
  "valid": true,
  "api_key": "VTAsewjhLz4KUcf3rt8tu",
  "plan": "trial",
  "usage": {
    "inbound_messages": 42,
    "outbound_messages": 156
  }
}