GET Campaign Metadata
#
DescriptionCall this API endpoint to receive metadata for a specific campaign.
#
RequestPath
GET /metadata/accounts/{accountId}/campaigns/{campaignId}
Parameters
Name | Type | In | Required |
---|---|---|---|
accountId | String | path | true |
campaignId | String | path | true |
#
Response200 OK
{ "accountId": "string", "campaignId": "string", "campaignName": "string", "campaignType": "string", "campaignObjective": "string", "countryCode": "string", "status": "string"}