Bulk creation of new vault accounts
POST {{baseUrl}}/vault/accounts/bulk
Create multiple vault accounts by running an async job.
Note:
- These endpoints are currently in beta and might be subject to changes.
- We limit accounts to 10k per operation and 200k per customer during beta testing.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours. | |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"jobId": "<string>"
} |
ENDPOINTS