Skip to main content
GET
/
account
Current Account
curl --request GET \
  --url https://api.deliverykey.com/v1/account \
  --header 'Authorization: Bearer <token>'
{
  "Account": {
    "id": 1,
    "name": "Acment"
  }
}

Authorizations

Authorization
string
header
required

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

Response

OK

Account
object