GET Creative Metadata
#
DescriptionCall this API endpoint to receive creative metadata, including creative name, title, subtitle, text, responses, and status.
#
RequestPath
GET /metadata/accounts/{accountId}/campaigns/{campaignId}/creatives/{creativeId}
Parameters
Name | Type | In | Required |
---|---|---|---|
accountId | String | path | true |
campaignId | String | path | true |
creativeId | String | path | true |
#
Response200 OK
{ "accountId": "string", "campaignId": "string", "creativeId": "string", "name": "string", "title": "string", "subtitle": "string", "text": "string", "responses": [ "string" ], "status": "string"}