Skip to content

Endpoint

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

POST Update Affiliate CRM Tags

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

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

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