Get integration metadata
Get integration metadata by ID. Note: If you're interested in joining the beta, please reach out to your Pinterest account manager.
Path parameters
Integration record ID.
Response
The request has succeeded.
Example response
{
"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 2 of the 29 revisions of this API.211
- ▲
added the pattern
^\d+$to thepathrequest parameteridrequest-parameter-pattern-added
- ▲
the
idresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
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
429response-non-success-status-added
- ○
the response optional property
connected_advertiser_idbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response optional property
connected_user_idbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response optional property
idbecame read-only for the status200response-optional-property-became-read-only
- ○
added
Pinterest.Lib.IntegerFormatTypeto theidresponse propertyallOflist for the response status200response-property-all-of-added
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the
idresponse's property pattern^\d+$was removed for the status200response-property-pattern-removed
This revision also has 182 changes 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
- ○