This section describes how this API works. You may want to try it out with a Free Trial Account.
HTTP Request:
- URL Composition
- Base URL: https://api.cloud.precisely.com
- Features API:
/v1/ogcapi/enrich
- Supported Methods: GET
- Rate Limit (Transactions per second): 200
-
Authentication and Input Fields: Data Integrity Suite's APIs provide multiple authentication methods. Whether you want to pass the API Key and Secret directly as part of the Basic Authentication header or use bearer tokens, you can do either using the same header. The two ways of authentication are:
- Basic Authentication (Using API Key and secret)
- Bearer Token Authentication
For more information about authentication, see How to Authenticate and follow the instructions.
- Header Parameter: The following optional header parameter can be included in the requests.
Name Type Required Description X-Request-Id (header parameter)
string Optional This header is incredibly useful for developers. It serves as a unique identifier for requests within our system. When you encounter any problems with your requests, providing us with the X-Request-Id will enable us to pinpoint the specific request in question without the need for extensive manual searching. This means faster and more efficient troubleshooting.