Endpoint
- Method:
GET - Path:
/settings/creatives/{id} - Edition: PRO
- Controller:
CreativeController@show - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
GET Get Creative
GET
/settings/creatives/{id}
Get a single creative.
Controller: CreativeController@show
Route source: fluent-affiliate-pro/app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
The id.
Type
Requiredinteger
Responses
Successful response
application/json
JSON
{
"creative": {
"id": 0,
"title": "string",
"type": "string",
"content": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}
}