Skip to main content

Accounts - Show

Overview

This endpoint allows you to list information about a given account.


Request

GET /v1/accounts/{account_uuid}

Example Request

GET /v1/accounts/3584a197b5a9

Response

Response Values

KeyTypeValue
uuidStringA unique ID for the given account.
default_promised_delivery_minutesInteger or nullThe default promised delivery minutes for the account
friendly_nameStringA friendly name
kindStringfleet or store
partners_external_identifierStringa specific external id assigned by the Partner creating the store
fleet_account_uuidString or nullThe uuid of the fleet (account) if this account belongs to one

Example Response

{
"uuid": "c99f9692429c",
"default_promised_delivery_minutes": 60,
"friendly_name": "ChocoF",
"partners_external_identifier": "POSKing-224",
"kind": "store",
"fleet_account_uuid": "e96043b3d8d6",
}