Request new onboarding for integrations

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Integration Reference

Notification Object

Response Status Codes

200      OK
400      Custom error statuses:    - 4300: Integration not found by id - 4301: Employee by login factor cannot be found

Curl Example

curl --request POST \
     --url https://demo-api.incodesmile.com/omni/b2b/onboarding/request-new \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json' \
     --data '\n{\n  "notification": {\n    "type": "SMS"\n  }\n}\n'  

Example Response

Updated 3 months ago.