Access requirements
All Connector Deployment API calls are authenticated by your account ID. The account ID serves as the general context for all Connector Deployment API calls.
Prerequisites
Before making API requests, ensure you have completed these steps:
- Sign the SDK Publisher Agreement.
- Verify that your user account has DEVELOPER privileges.
Required privileges
- The user authenticating the API requests must have the API Access privilege.
- Some operations require additional privileges. These requirements are outlined in the individual topics for each operation.
Error scenarios
The following HTTP response codes indicate authentication or privilege issues:
| Status code | Description |
|---|---|
| 400 Bad Request | If the authenticating user for a particular API request does not have the required privileges. |
| 403 Forbidden | If an API request does not provide the correct credentials or there is an invalid account ID. |
Was this topic helpful?