Skip to content

Endpoint

  • Method: POST
  • Path: /affiliates/{id}/crm-contact/lists
  • Edition: Core
  • Controller: AffiliateController@updateCrmLists
  • Route source: app/Http/Routes/api.php

POST Update Affiliate CRM Lists

POST
/affiliates/{id}/crm-contact/lists

Attach or detach FluentCRM lists on the affiliate's CRM contact.

Controller: AffiliateController@updateCrmLists
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

Request Body

application/json
JSON
{
}

Responses

Successful response

application/json
JSON
{
"tag_ids": [
0
],
"list_ids": [
0
],
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation