Passer au contenu principal
GET
/
account
Mon compte
curl --request GET \
  --url https://api.notiline.net/v1/account \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "message": "OK",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "balance": 123,
    "address": "<string>",
    "logo_url": "<string>",
    "country_id": 123,
    "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z"
  }
}

Autorisations

Authorization
string
header
requis

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

Réponse

200 - application/json

opération réussie

status
integer
Exemple:

200

message
string
Exemple:

"OK"

data
Company · object

Company model