Authentication & Headers
All Acceldata APIs require authentication using accessKey and secretKey. These keys are generated from the ADOC UI. For more information, see API Keys.
Required Headers
Header | Type | Description |
|---|---|---|
| string | API access key generated from ADOC UI |
| string | API secret key generated from ADOC UI |
| string | Always set to |
| string | Use |
Example
curl -X GET "https://<HOST>/catalog-server/api/assets"
-H "accept: application/json"
-H "accessKey: <your-access-key>"
-H "secretKey: <your-secret-key>"

Send a comment