Get an account by its ID.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The ID of the account to retrieve.
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
Successfully got account.
The ID of the Account, which is a UUID prefixed by the string account_.
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
The type of the Account.
prime, business, cdp "prime"
The Owner ID, which can be either your Entity or a Customer of yours. Owner IDs are UUIDs prefixed with the Owner Type as follows:
entity_ - If the Owner is your Entity, e.g. entity_af2937b0-9846-4fe7-bfe9-ccc22d935114customer_ - If the Owner is a Customer of yours, e.g. customer_af2937b0-9846-4fe7-bfe9-ccc22d935114."customer_af2937b0-9846-4fe7-bfe9-ccc22d935114"
The timestamp when the account was created.
"2023-10-08T14:30:00Z"
The timestamp when the account was last updated.
"2023-10-08T14:30:00Z"
An optional name for the account. Must be 1-64 characters and can only contain alphanumeric characters, hyphens, and spaces.
64"My Business Account"