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.
Query parameters
Cursor used to fetch the next page of items
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
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
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
Paginatedsubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the optional property
bookmarkto the response with the200statusresponse-optional-property-added
- ○
added the required property
itemsto the response with the200statusresponse-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/toobject/for status200response-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
- ○