Me
API endpoints for me
Current user and token metadata
GET /api/v1/me
Example request
curl -X GET \
"https://api.example.com/api/v1/me" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json"Example response
Status: 200
{
"data": {
"userId": "string",
"organizationId": "string",
"scopes": [
"string"
]
}
}Other statuses: 401.
Response body type
{ data: object }
© 2025 Pilfer
All rights reserved.
All rights reserved.