Get a campaign group by id
Returns a single campaign group, scoped to the authenticated organization. Returns 404 if the campaign group does not exist within the organization.
Authorizations
Headers
Optional sub organization ID. Must belong to your main organization API key.
Path Parameters
Id of the campaign group as a string ObjectId value.
Response
Unique identifier for the campaign group. String representation of an ObjectId.
"507f1f77bcf86cd799439011"
Display name of the campaign group.
"Onboarding Campaigns"
Id of the organization this campaign group belongs to. String representation of an ObjectId.
"507f1f77bcf86cd799439012"
Number of campaigns currently assigned to this campaign group.
3
Timestamp when the campaign group was created (ISO 8601 string).
"2024-04-09T12:00:00.000Z"
Timestamp when the campaign group was last updated (ISO 8601 string).
"2024-04-09T13:30:00.000Z"