Get account info
Overview
Shipments
Deliveries
Handling units
Materials
Temperature ranges
Delivery items
Get account info
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
Response
200
application/json
Example:
false
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>"
}
}