StarSling
APIIdentity

Your user id

The authenticated user's id, and nothing else — the cheapest way to confirm a token works. Use /api/whoami for the full identity and credential details.

View Markdown
GET/api/me

Authorization

bearerAuth
AuthorizationBearer <token>

Session token from sling login.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/me"
{  "userId": "u_abc123"}