Skip to main content
GET
/
affiliates
/
categories
List Categories
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/categories \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "network_category_id": 123,
    "name": "<string>",
    "status": "<string>"
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

network_category_id
integer

Unique identifier for the category.

name
string

Display name of the category.

status
string

Current status of the category (e.g. active, deleted).