Skip to content

Get Me

GET https://api.slidespeak.co/api/v1/me

Retrieves the username associated with the provided API key. Use this endpoint to confirm which user account is linked to the API key being used. Useful for debugging, account management, and ensuring correct API key usage.


Content-Type: string

application/json

X-API-Key: string

The API key to use for the request.


<YOUR_API_KEY>


Terminal window
curl -X GET "https://api.slidespeak.co/api/v1/me" -H "Content-Type: application/json" -H "x-api-key: YOUR_API_KEY"

{
"user_name": "john_doe"
}