One reference list
company-types, funding-amount-bands and revenue-bands differ by market and require ?country=. The rest are global.
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
Path Parameters
name*string
Value in
- "countries"
- "currencies"
- "company-types"
- "industries"
- "purposes"
- "product-families"
- "funding-amount-bands"
- "revenue-bands"
- "time-in-business-bands"
- "credit-score-bands"
- "document-types"
- "lead-states"
- "webhook-events"
Query Parameters
country?string
Market code, alpha-2 or alpha-3. Required for the country-scoped lists.
Value in
- "GB"
- "US"
- "CA"
- "AU"
- "IE"
- "ES"
- "NL"
- "BE"
- "DK"
- "SE"
- "PL"
- "FR"
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/countries"JSON
{ "name": "string", "country": "string", "country_scoped": true, "values": [ { "value": "string", "label": "string" } ]}