Skip to content

Endpoint

  • Method: GET
  • Path: /payouts/{id}
  • Edition: Core
  • Controller: PayoutController@show
  • Route source: app/Http/Routes/api.php

GET Get Payout

GET
/payouts/{id}

Retrieve a single payout.

Controller: PayoutController@show
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
{
"payout": {
"id": 0,
"status": "string",
"amount": "string",
"currency": "string",
"referrals_count": 0,
"transactions_count": 0,
"affiliates_count": 0,
"created_at": "string",
"updated_at": "string",
"creator": {
}
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation