Responses

  • 200 application/json

    Current user profile

    Hide response attributes Show response attributes object
    • userId string(uuid)
    • firstName string
    • lastName string
    • email string(email)
    • role string
    • phone string
GET /profile
curl \
 --request GET 'https://api.pairfon.com/profile' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "userId": "string",
  "firstName": "string",
  "lastName": "string",
  "email": "hello@example.com",
  "role": "string",
  "phone": "string"
}