AuthenticationGet registration info
Authentication

Get registration info

curl -X GET "https://api.neostra.io/api/v1/auth/signup/example_string" \
  -H "Content-Type: application/json"
{
  "success": true,
  "message": "example_string",
  "data": {}
}
GET
/api/v1/auth/signup/{token}
GET
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Responses

successboolean
messagestring
dataobject