Set

Registration Step 5

post

Set password for client

Body
codeinteger · min: 1Required
emailstringRequired
idinteger · min: 1Required
psswrdstring · min: 8Required
Responses
204
No Content
post
POST //auth/sign-up/pss/set HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 48

{
  "code": 1,
  "email": "text",
  "id": 1,
  "psswrd": "text"
}

No content