Skip to content

Endpoint

  • Method: GET
  • Path: /affiliates/{id}/customers/search
  • Edition: PRO
  • Controller: LifetimeCommissionController@searchCustomers
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

GET Search Affiliate Customers

GET
/affiliates/{id}/customers/search

Search customers to link to an affiliate for lifetime commissions.

Controller: LifetimeCommissionController@searchCustomers
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
{
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation