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.
Example response
{
"valid": true,
"api_key": "VTAsewjhLz4KUcf3rt8tu",
"plan": "trial",
"usage": {
"inbound_messages": 42,
"outbound_messages": 156
}
}