Campaigns
Authorizations
AuthorizationstringRequired
Include Authorization: Bearer <token> header.
Token must have the orders:read ability.
Path parameters
UUIDstringRequired
Campaign UUID (e.g., 6d823e4d-8f21-41f8-b461-e97c981880bc)
Query parameters
shopstringRequiredExample:
The platform domain of the shop
my-shop.myshopify.comResponses
200
Campaign found
application/json
Details of a campaign by platform.
idintegerOptionalExample:
Unique identifier for this campaign
1234567890uuidstringOptionalExample:
Unique identifier for this campaign
6d823e4d-8f21-41f8-b461-e97c981880bcinstance_idnumberOptionalExample:
Instance ID of the campaign
1234567890platform_linked_idnumberOptionalExample:
Platform linked ID of the campaign
1234567890namestringOptionalExample:
Name of the campaign
My Campaignpreview_urlstringOptionalExample:
Preview URL of the campaign
https://cdn.teeinblue.com/examples/platform-mockups/preview.pngpreview_thumbnailstringOptionalExample:
Preview thumbnail of the campaign
https://cdn.teeinblue.com/examples/platform-mockups/thumbnail.webpversionnumberOptionalExample:
Version of the campaign
1enable_artwork_variant_assignmentbooleanOptionalExample:
Whether artwork variant assignment is enabled
truepublished_atstring · date-timeOptionalExample:
Timestamp when the campaign was published
2025-01-15T10:30:00Zcreated_atstring · date-timeOptionalExample:
Timestamp when the campaign was created
2025-01-15T10:30:00Zupdated_atstring · date-timeOptionalExample:
Timestamp when the campaign was last updated
2025-01-15T10:30:00Z401
Missing or invalid authentication
application/json
403
Authenticated but lacking required ability
application/json
404
Campaign not found
application/json
get
/campaigns/{campaignId}Last updated