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

X-API-Key
string
header
required

Path Parameters

provider_id
string
required

Body

Response

202
application/json

Product onboarding in progress

The response is of type object.