latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

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

informationobject

A key-value structure, use "name":"value" from the fields found in supplementalInformation on the Credentials when status is AWAITING_SUPPLEMENTAL_INFORMATION.

Example request

{
  "information": {
    "code": "123456",
    "name2": "value2"
  }
}

Response

The supplemental information was successfully sent.