GET
/
account
curl --request GET \
  --url https://api.truecold.io/v1/account \
  --header 'x-api-key: <api-key>'
{
  "error": false,
  "data": {
    "id": "<string>",
    "created_at": "<string>",
    "code": "<string>",
    "image": "<string>",
    "updated_at": "<string>",
    "owner_id": "<string>",
    "name": "<string>",
    "role": "<string>",
    "cif": "<string>",
    "city": "<string>",
    "country": "<string>",
    "fiscal_name": "<string>",
    "head_quarter_account_id": "<string>",
    "is_head_quarter": true,
    "state": "<string>",
    "street": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
error
boolean
Example:

false

data
object