Skip to main content
POST
/
api
/
public
/
v1
/
builder
/
sessions
/
validate
Validate builder session token
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/builder/sessions/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
token
string
required

Response

Successful response