SpeechdashHelp Center

Account

Authenticated account and wallet.

GET
/me

Returns the authenticated user, plan, and wallet balance. Use this endpoint to verify an API key (for example Zapier connection tests).

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings > API, prefixed with sh_live_.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/me"
{  "id": "string",  "email": "[email protected]",  "plan_id": "string",  "wallet_cents": -9007199254740991,  "display_credits": 0,  "api_key": {    "id": "string",    "name": "string",    "prefix": "string"  }}