Credentials

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.

Bulk Creating Credentials - Video Walkthrough

post/v1/credentials/bulk_create

Request body

{"stackTrail":"paths:/v1/credentials/bulk_create:post:requestBody:content:application/json:schema:properties:credentials","oasType":"schema","type":"unknown","description":"Array of the credentials payload all field applicable which is in create credential endpoint."}

Response

OK

Changes

Changed in 3 of the 30 revisions of this API.13

    • added the non-success response with the status 422

      response-non-success-status-added

    • api operation id Bulk Create credentials removed and replaced with Bulk Create credentials (v1)

      api-operation-id-removed

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added