Me
Returns the organization and user associated with the credentials used for authentication.
Rate limit: 300 requests per minute
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Responses
200Success
application/json
request_idstringOptional
The request ID for tracking.
400
The request was invalid or could not be completed.
application/json
403
The authenticated caller or organization is not allowed to access this endpoint or operation.
application/json
404Error
application/json
500
An unexpected internal error occurred.
application/json
get/me
GET /me HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"id": "text",
"name": "text",
"user": {
"email": "text",
"id": "text"
}
},
"request_id": "text"
}Last updated
Was this helpful?

