Create Identity
POST
Body
application/json
Example:
{
"verified": true,
"reference": "XYZ123456789"
}
Response
201 - application/json; charset=utf-8
Created
Example:
{
"verified": true,
"reference": "XYZ123456789"
}
Was this page helpful?