pinstripes.
Account

Get account

GET/auth/me

Returns the profile for the authenticated account. Session token required — this endpoint is not accessible with an API key.

Example

curl https://api.pinstripes.io/auth/me \
  -H "Authorization: Bearer <session-token>"

Response

{
  "id": 42,
  "email": "[email protected]",
  "email_verified": true,
  "created_at": 1234567890.0
}