Skip to main content

Send forget password with code

POST /api/v1/users/:email_or_phone/forget-password/code/public

Description

Send a forget password request with a code to the provided email or phone.

Headers:

  • Content-Type: application/json
  • ApiKey: The platform api key is required to use this endpoint - {{platformApiKey}}

URL: /api/v1/users/:email_or_phone/forget-password/code/public

  • Variable:

    • Key: email_or_phone (Required)
      • Value:

Response: The response is "Created" with a code of 201.

/api/v1/users/:email_or_phone/forget-password/code/public

Response: 201

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v1/users/:email_or_phone/forget-password/code/public \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!