Skip to main content
GET
/
partners
/
demandpartners
List Demand Partners
curl --request GET \
  --url https://api.eflow.team/v1/partners/demandpartners \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "demand_partners": [
    {
      "partner_id": 123,
      "name": "<string>",
      "status": "<string>",
      "description": "<string>",
      "logo_url": "<string>",
      "website": "<string>",
      "time_created": 123
    }
  ]
}

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

OK

demand_partners
object[]

Array of demand partner objects.