Skip to content

Endpoint

  • Method: GET
  • Path: /affiliates/{id}/crm-options
  • Edition: Core
  • Controller: AffiliateController@getCrmOptions
  • Route source: app/Http/Routes/api.php

GET Get Affiliate CRM Options

GET
/affiliates/{id}/crm-options

Search FluentCRM tag or list options for the taxonomy picker. Pass type=tags (default) or type=lists plus an optional search term.

Controller: AffiliateController@getCrmOptions
Route source: 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
{
"options": [
{
"id": 0,
"title": "string"
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation