Skip to main content
GET
/
api
/
v2
/
network
/
aff-billing
/
affiliates
/
{affiliate_id}
Get affiliate billing details
curl --request GET \
  --url 'https://{domain}/api/v2/network/aff-billing/affiliates/{affiliate_id}?api-key='
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "affiliate": {
      "id": 123,
      "company_name": "<string>",
      "email": "<string>",
      "address": "<string>",
      "phone": "<string>",
      "image": "<string>",
      "status": 123,
      "created": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Path Parameters

affiliate_id
integer
required

Affiliate ID.

Response

Affiliate billing details.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object