User Info
User Info /v2/users/me
General
Fetches the current user's information, including subscription status. This endpoint is useful for verifying that your API key is valid and referencing your own userId.
Endpoints
GET /v2/users/me
Response Keys
Name
Type
Description
id
string
The unique ID of the user.
subscriptionStatus
string
The user's subscription status (e.g., active, generic_pro).
apiKey
string
[Sensitive] The user's API key.
Examples
Get verification info
GET https://backend.blotato.com/v2/users/me HTTP/1.1
blotato-api-key: blt_...Response 200 OK
Last updated