Capvant

The catalogue of reference lists

get
https://sandbox.capvant.com/partner/v1/enums
GET
/enums

Read this once, then read each list you need. Building your dropdowns from the API means they stay correct the day we open a market.

Authorization

AuthorizationBearer <token>

An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

Shell
curl -X GET "https://sandbox.capvant.com/enums"
JSON
{  "enums": [    {      "name": "string",      "country_scoped": true,      "path": "string"    }  ]}