Add credentials
Account Offer Credentials
Add credentials
Bulk add new credentials to a specific account offer. Duplicate credentials within the same account offer are automatically skipped. Only available for non-legacy accounts.
POST
Add credentials
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the account offer
Body
application/json
Array of credential strings to add
Minimum array length:
1Maximum string length:
500Example:
[
"Login: newuser1\nPassword: pass123",
"Login: newuser2\nPassword: pass456"
]