Skip to main content
POST
/
api
/
v1
/
onboarding
/
providers
/
registration
Register a new Insurance Provider
curl --request POST \
  --url https://dev.superpool.unyte.africa/api/v1/onboarding/providers/registration/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "support_email": "[email protected]",
  "support_phone": "<string>"
}
'
{
  "provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "support_email": "[email protected]"
}

Authorizations

X-API-Key
string
header
required

Headers

U-Request-Id
string

Idempotency key to enforce idempotent processing of POST requests

Body

name
string
required

Registered business name of the insurance provider e.g Unyte Insurance Group

Maximum string length: 80
support_email
string<email>
required

Support email address of the insurance provider

support_phone
string
required

Contact phone number of the insurance provider

Response

Provider registered successfully

provider_id
string<uuid>
required
name
string
required

Registered business name of the insurance provider e.g Unyte Insurance Group

Maximum string length: 80
support_email
string<email>
required

Support email address of the insurance provider