Subscription Service
Adds identities to the subscription
Adds identities and associates them with a subscriptionId, while overwritting the previously added identities
post/subscription/addIdentity
Request body
Example request
{
"identities": [
{
"identityTypeId": 1,
"value": "SSN Number, Passport Id, Driver's license, etc.",
"countryCode": "US",
"region": "CA"
}
]
}Response
Identities added
Changes
No recorded changes to this endpoint across all 1 revision of this API.