Onboard Partner Provider Products
curl --request POST \
--url https://dev.superpool.unyte.africa/api/v1/onboarding/providers/{provider_id}/next_steps/ \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"document_url": "<string>",
"sheet_name": "<string>",
"webhook_url": "<string>"
}
'{
"job_id": "<string>"
}Providers' Onboarding
Onboard Partner Provider Products
Onboard insurance products of a provider
Returns a Job ID for tracking the onboarding process, which can be used to check the status of the onboarding process and the result of the onboarding process in a seperate API Call
POST
/
api
/
v1
/
onboarding
/
providers
/
{provider_id}
/
next_steps
Onboard Partner Provider Products
curl --request POST \
--url https://dev.superpool.unyte.africa/api/v1/onboarding/providers/{provider_id}/next_steps/ \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"document_url": "<string>",
"sheet_name": "<string>",
"webhook_url": "<string>"
}
'{
"job_id": "<string>"
}Authorizations
Path Parameters
Body
application/jsonapplication/x-www-form-urlencodedmultipart/form-data
Response
Product onboarding in progress
⌘I
