Retrieve lookup information for currencies, countries, entity types, etc
Retrieve lookup information such as currencies, countries, entity types, or SIC numbers. Use the type query parameter to specify which data to retrieve.
Token scopes: legal-entity:read
Authentication
AuthorizationBearer
## Authentication
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
```curl
curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
-H 'Authorization: Bearer YOUR-TOKEN-HERE'
```
[Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Query parameters
documents
The type of lookup data to retrieve. Options are currencies, countries, entity_types, and sic_numbers.
Allowed values:
Response
A list of lookup information based on the requested type.
data