πŸ”#12 Password

#12.1 Insert Password

post
Authorizations
Body
passwordstringRequired
Responses
200

Success

No content

post
POST /Onboarding/api/v1/onboarding/PasswordInfo HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "password": "text"
}

No content

This API is to add client password. Client can you this password at authentication module.

Last updated