ENTERPRISE
Connectivity v1.Credentials
Add Supplemental Information
Adds supplemental information to an authentication.
post/api/v1/credentials/{id}/supplemental-information
Path parameters
idstring required
Request body
Example request
{
"information": {
"code": "123456",
"name2": "value2"
}
}Response
The supplemental information was successfully sent.
Changes
No recorded changes to this endpoint across all 9 revisions of this API.