Skip to main content
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

document_url
string<uri>
required
sheet_name
string

Sheet name in the document where the products are listed

webhook_url
string

Webhook URL to receive updates

Response

Product onboarding in progress

job_id
string
required