Upsert a workspace-platform-level suppression

Upsert a workspace-platform-level suppression

post
/workspaces/{workspaceId}/suppressions/{platformId}/{identifierValue}
Authorizations
AuthorizationstringRequired

An access token issued to a user.

Path parameters
workspaceIdstring · uuidRequired

Your workspace identifier.

Example: b4e02c85-c6d2-4b15-8885-e09671799c61
platformIdstring · min: 1 · max: 250Required

The ID of a platform.

Example: email-sparkpost
identifierValuestring · min: 1 · max: 500Required

The identifier value

Example: [email protected]
Body
contactSuppressedMarketingAtstring · date-time · nullableOptional
contactSuppressedMarketingReasonstring · min: 1 · max: 250 · nullableOptional
contactSuppressedTransactionalAtstring · date-time · nullableOptional
contactSuppressedTransactionalReasonstring · min: 1 · max: 250 · nullableOptional
marketerSuppressedMarketingAtstring · date-time · nullableOptional
marketerSuppressedMarketingReasonstring · min: 1 · max: 250 · nullableOptional
marketerSuppressedTransactionalAtstring · date-time · nullableOptional
marketerSuppressedTransactionalReasonstring · min: 1 · max: 250 · nullableOptional
Responses
chevron-right
200

Upserted

application/json
platformIdstring · enumRequiredPossible values:
platformTypestring · enumOptionalPossible values:
identifierValuestringRequired
contactSuppressedMarketingAtstring · date-time · nullableOptional
contactSuppressedMarketingReasonstring · nullableOptional
contactSuppressedTransactionalAtstring · date-time · nullableOptional
contactSuppressedTransactionalReasonstring · nullableOptional
marketerSuppressedMarketingAtstring · date-time · nullableOptional
marketerSuppressedMarketingReasonstring · nullableOptional
marketerSuppressedTransactionalAtstring · date-time · nullableOptional
marketerSuppressedTransactionalReasonstring · nullableOptional
post
/workspaces/{workspaceId}/suppressions/{platformId}/{identifierValue}

Last updated

Was this helpful?