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": "jsmith@example.com",
"support_phone": "<string>"
}
'{
"provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"support_email": "jsmith@example.com"
}Providers' Onboarding
Register a new Insurance Provider
Onboarding endpoint for registering a new insurance provider
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": "jsmith@example.com",
"support_phone": "<string>"
}
'{
"provider_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"support_email": "jsmith@example.com"
}Authorizations
Headers
Idempotency key to enforce idempotent processing of POST requests
Body
application/jsonapplication/x-www-form-urlencodedmultipart/form-data
⌘I
