Skip to main content
GET
/
me
cURL
curl --request GET \
  --url https://api.fortunapay.com.br/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "email": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Dados da conta retornados

id
integer
name
string
email
string
created_at
string<date-time>