Get SDK user profile
GET/v1/sdk/me
Validates the static HMAC identity using X-App-ID, X-User-ID, and Authorization: Bearer <user_hash>.
The expected bearer token is the hex-encoded result of HMAC-SHA256(secret_key, user_id).
On success, upserts the SDK user scoped to that app and returns the current profile payload.
Request
Responses
- 200
- 401
- 429
SDK user profile
Missing headers, unknown app, inactive app, or invalid SDK identity. Unauthorized SDK requests also contribute to SDK rate limiting.
Too many SDK identity validation attempts