returnUrl
: The URL to redirect to after the onboarding is complete.refreshUrl
: The URL to redirect to if the onboarding needs to be refreshed. Ie. the user went to make a coffee.curl --location --request POST 'https://api.managem.co.uk/seller' \
--header 'Content-Type: application/json' \
--data-raw '{
"returnUrl": "http://example.com",
"refreshUrl": "http://example.com"
}'
{
"sellerId": "string",
"status": "string",
"onboardingUrl": "http://example.com"
}