Bulk Create credentials (v1)
Create multiple Credentials using this action. It requires a JSON object containing credentials in an array.
Important: If you don't have enough credits when attempting to create Credentials with this endpoint, your credentials will still be created in your account, but will not be published. This will save your data and prevent you from having to re-attempt your request later. You will be able to publish the created credentials in your account when you have the required credits.
API Limits: Each request can accommodate up to 100 credentials. Should you have a larger set of credentials to process, it's recommended to split them into batches of 100 and make successive calls to this API.
Request body
Response
OK
Changes
Changed in 3 of the 30 revisions of this API.13
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
- ○
api operation id
Bulk Create credentialsremoved and replaced withBulk Create credentials (v1)api-operation-id-removed
- ○
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ●