---
title: "Get Salesforce account details including bill-to information."
method: GET
path: "/ad_accounts/{ad_account_id}/ssio/accounts"
tags: ["billing"]
---

# Get Salesforce account details including bill-to information.

`GET /ad_accounts/{ad_account_id}/ssio/accounts`

Get Salesforce account details including bill-to information to be used in insertion orders process for `ad_account_id`.
  - The token's `user_account` must either be the owner of the specified ad account, or have one of the necessary roles granted via [Business Access](https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts): Admin, Finance, Campaign.

## Path parameters

- `ad_account_id` string, required

## Response `200`

The request has succeeded.

- SSIOAccount — Salesforce account details including bill-to information.
  - `billto_infos` SSIOAccountItem[] — An array of Salesforce account information that includes address, io terms, etc.
    - `addresses` SSIOAccountAddress[] — Address information that is associated with this account.
      - `address_id` string — Salesforce id for address
      - `display` string — Address display
      - `order_legal_entity` string — Legal entity for this insertion order
      - `purpose` string — Purpose for which the address is used, usually Billing or Businness
    - `id` string — Salesforce id for billto_info
    - `io_terms` string — Salesforce text for IO Terms and Conditions
    - `io_terms_id` string — Salesforce id for IO Terms and Conditions
    - `io_type` string — Insertion Order Type - Pinterest Paper or Agency Paper
    - `row_terms` string — Salesforce text for Rest of the World Terms and Conditions
    - `row_terms_id` string — Salesforce id for Rest of the World Terms and Conditions
    - `us_terms` string — Salesforce text for US Terms and Conditions
    - `us_terms_id` string — Salesforce id for US Terms and Conditions
  - `can_edit` boolean — Advertiser eligible to update order lines
  - `currency` string
  - `eligible` boolean — Advertiser eligible to create order lines
  - `error` string — Error indicator from Salesforce which could be "No Error"
  - `pmp_names` SSIOAccountPMPName[]
    - `id` string — Salesforce id for PMP
    - `name` string — Display name

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/revisions/b698c180678a/schema)
