Start Wallet Registration
This is the endpoint the browser reaches with the first token so that the receiver can confirm their verification information through a webflow. Requires a valid SEP-24 token in the request.
Query Parameters
- token string required
The SEP-24 token used for authentication
- transaction_id string required
The transaction id associated with the SEP-24 token
Responses
- 200
- 400
- 401
Token is valid and the webpage will be loaded normally.
- text/html
- Schema
Schema
- string
HTML page content
Bad Request
- text/html
- Schema
- Example (from schema)
Schema
- message string
Details about the error
{
"message": "string"
}
Unauthorized
Response Headers
- text/html
- application/json
- Schema
- Example (from schema)
Schema
- error string
extras object
status numbermessage string
{
"error": "Not authorized",
"extras": {
"status": 401,
"message": "Not authorized"
}
}
- Schema
- response
Schema
- any
{
"error": "Not authorized",
"extras": {
"status": 401,
"message": "Not authorized"
}
}
Loading...