Skip to main content
POST
/
api
/
portal
/
auth
/
email
/
verify-code
Portal — email fallback login (verify code)
curl --request POST \
  --url https://api.barker.money/api/portal/auth/email/verify-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "code": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.barker.money/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string<email>
required
code
string
required
Required string length: 6

Response

200

portal JWT