AuthenticationVerify signup
Authentication

Verify signup

Verifies a user's signup using the provided verification token.

curl -X PATCH "https://api.neostra.io/api/v1/auth/verify/example_string" \
  -H "Content-Type: application/json"
{
  "status": 200,
  "message": "Success",
  "data": {},
  "errors": [
    "example_string"
  ]
}
PATCH
/api/v1/auth/verify/{token}
PATCH
path
tokenstring
Required

The verification token sent to the user's email

Request Preview
Response

Response will appear here after sending the request

Path Parameters

tokenstring
Required

The verification token sent to the user's email

Responses

statusinteger

HTTP status code

messagestring

Response message

dataobject

Response payload

errorsstring[]

List of error details, if any