Skip to main content
GET
/
partners
/
connections
/
apikeys
/
list
Get All API Keys
curl --request GET \
  --url https://api.eflow.team/v1/partners/connections/apikeys/list \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "keys": [
    {
      "advertiser_id": 123,
      "advertiser_name": "<string>",
      "api_key": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

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

Fetch the API keys associated with each marketplace connection. The API keys returned here can then be used on the Affiliate API to execute calls for a specific connection. Although the endpoint returns keys for the Affiliate API, a Marketplace API key must be used to make the call.

Authorizations

X-Eflow-Api-Key
string
header
required

The marketplace partner's API key. Uses the X-Eflow-Api-Key header. The key belongs to the marketplace partner user.

Response

200 - application/json
keys
object[]

Array of API key objects, one per marketplace connection.