Credentials

Bulk Create Credentials (v2)

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. It supports multi-status responses, where partial successes and errors are consolidated into a single structure with status: 207 Multi-Status. 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 30 credentials. Should you have a larger set of credentials to process, it's recommended to split them into batches of 30 and make successive calls to this API.

post/v2/credentials/bulk_create

Request body

{"stackTrail":"paths:/v2/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 4 of the 30 revisions of this API.14

    • added the optional property results/items/credential/skills to the response with the 207 status

      response-optional-property-added

    • added the optional property results/items/credential/recipient/phone_number to the response with the 207 status

      response-optional-property-added

    • api operation id Bulk Create Credentials removed and replaced with Bulk Create Credentials (v2)

      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