integrations

Get integration metadata list

Get integration metadata list. Note: If you're interested in joining the beta, please reach out to your Pinterest account manager.

get/integrations

Query parameters

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in a single page. See documentation on Pagination for more information.

Response

The request has succeeded.

bookmarkstring nullable

Example response

{
  "items": [
    {
      "id": "7329123456789012345",
      "external_business_id": "1234567890",
      "connected_merchant_id": "1234567890123",
      "connected_user_id": "123456789012345678",
      "connected_advertiser_id": "123456789012",
      "connected_lba_id": "871234567890123456",
      "connected_tag_id": "2412345678901",
      "partner_access_token": "ABCLUOJS5XDMWDE",
      "partner_refresh_token": "ABCLUOJS5XDMWDE",
      "partner_primary_email": "partner@server.com",
      "partner_access_token_expiry": 1621350033000,
      "partner_refresh_token_expiry": 1621350033000,
      "scopes": "accounts:read",
      "partner_metadata": "",
      "additional_id_1": "123456",
      "created_time": 1621350033000,
      "updated_time": 1621350033000
    }
  ]
}

Changes

Changed in 3 of the 29 revisions of this API.29

  • v5b698c180678a18See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • removed Paginated subschema #2 from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the optional property bookmark to the response with the 200 status

      response-optional-property-added

    • added the required property items to the response with the 200 status

      response-required-property-added

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the allOf[subschema #2]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog