GET Creative Metadata
Returns creative's matadata information.
Description
If you want to get creative's matadata information, like creative name, creative text or status, you can call this API endpoint.
Request
Path
GET /metadata/accounts/{accountId}/campaigns/{campaignId}/creatives/{creativeId}
Parameters
Name | Type | In | Description | Required | Example |
---|---|---|---|---|---|
accountId | String | path | true | ||
campaignId | String | path | true | ||
creativeId | String | path | true |
Response
200 OK
{
"accountId": "string",
"campaignId": "string",
"creativeId": "string",
"name": "string",
"title": "string",
"subtitle": "string",
"text": "string",
"responses": [
"string"
],
"status": "string"
}
Object { }
accountId: String
campaignId: String
creativeId: String
name: String
title: String
subtitle: String
text: String
responses: Array [
String
] status: String