Skip to content

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
integer
Required

Responses

Successful response

application/json
JSON
{
"creative": {
"id": 0,
"title": "string",
"type": "string",
"content": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation