Know Your Business (KYB)

Submit Agreement Attestations

Submit one or more agreement attestations for an identity. Each submission is validated against document-service before being stored.

post/api/identity-service/v1/identities/{identityId}/agreements

Path parameters

identityIdstring uuid required

The unique ID of the identity

Request body

agreementId'amlAttestation' | 'nonSolicitationLetterEu' | 'nonSolicitationLetterSg' required

The agreement type being attested

revisioninteger required

The revision number of the agreement content

attestedboolean required

Whether the user attested to this agreement

attestationDatestring date-time required

ISO 8601 timestamp of when the attestation occurred

Response

201

identityIdstring uuid required

The identity ID

Changes