Skip to content

Endpoint

  • Method: POST
  • Path: /settings/creatives
  • Edition: PRO
  • Controller: CreativeController@store
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

POST Create Creative

POST
/settings/creatives

Create a new creative.

Controller: CreativeController@store
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)

Request Body

application/json
JSON
{
}

Responses

Successful response

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

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation