# Get Campaign account Retrieves a single campaign account based on provided campaign identifier Endpoint: GET /v2/campaign-manager/campaigns/{id}/account-details Version: v2 Security: oauth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) The unique identifier for the campaign account. - `campaignId` (string) The unique identifier for the campaign. - `balance` (number) Total balance in the campaign account. - `availableBalance` (number) Available balance in the campaign account. - `allocatedBalance` (number) Allocated balance in the campaign account. - `unallocatedBalance` (number) Unallocated balance in the campaign account. - `routingNumber` (string) The routing number for the campaign account. - `accountNumber` (string) The account number for the campaign account. - `accountName` (string) The account name for the campaign account. - `address` (object) - `address.address1` (string) Primary street address line - `address.address2` (string,null) Secondary address information such a unit or apartment number - `address.city` (string) City - `address.state` (string) State code - `address.postalCode` (string) Postal code - `address.country` (string) Country code - `creationDate` (string) The date when the campaign account was created. ## Response 400 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)