π#3 Initialize Request
This API is to creating and initialize new request to start onboarding steps.
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Body
deviceModelstring Β· nullableOptionalExample:
Client's mobile device model
iPhone 8 PlusmanufacturerNamestring Β· nullableOptionalExample:
Client's mobile manufacturer name
Appleimeistring Β· nullableOptionalExample:
Client's mobile imei
EFF71C0C-2F53-4E1C-85C6-B067889F4805defaultPayLoadobject Β· nullableOptionalExample:
Organization can add custom json object related to client and received it at call back object
{"key1":"value1", "key2":"value2"}Responses
200
Success
application/json
requestIdstringRequiredExample:
The identifier of created request
1700473556670401
Unauthorized
application/json
post
/Onboarding/api/v1/onboarding/Request/InitializeRequestLast updated