Skip to main content
POST
/
api
/
v1
/
auth
/
email-otp
/
verify
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/auth/email-otp/verify" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
{}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Body

application/json
email
string<email>
required
Example:

"jane@example.com"

otp
string
required
Required string length: 4 - 10
Example:

"123456"

fluideClientId
enum<string>
required
Available options:
fluide-admin,
fluide-capital-admin,
fluide-super,
fluide-developer

Response

The response is of type object.