Create Identity

post/identities

Request body

identity_typestring required
namestring required
categorystring required
streetstring required
countrystring required
statestring required
post_codestring required
citystring required
created_atstring required

Example request

{
  "identity_type": "organization",
  "name": "Blnk",
  "category": "fintech",
  "street": "10 Aso Villa Way",
  "country": "Nigeria",
  "state": "Lagos",
  "post_code": "101001",
  "city": "Lagos",
  "created_at": "2023-10-16T10:00:00Z",
  "meta_data": {
    "verified": true,
    "reference": "XYZ123456789"
  }
}

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.