get
https://example.com/booking/v1/types//allowed-values
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve the allowed values for a field type in a specific country.
Before you call this endpoint
- Include an access token. This endpoint requires authorization, but does not require a specific scope.
- Provide the field type in the request path.
- Include the country information required by the operation so the API can return country-specific allowed values.
What this endpoint does
The API returns the list of values that the specified field type can take in the specified country.
Authorization
You must be authorized to call this endpoint, but no particular scope is required.
204There are no values matching your criteria.
400Bad request.
401You are unauthorized.
403Forbidden.
404There are no distinct values for this type. This means that any value is allowed.
499Client closed request.
500An unexpected error occurred.
503The server is currently unavailable. Please try later.