Skip to main content
POST
/
auth
/
login
Login
curl --request POST \
  --url https://apigcp.trynia.ai/v2/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "organization_id": "<string>"
}
'
{
  "message": "verification code sent"
}

Body

application/json
email
string
required
organization_id
string | null

Org to scope the new key to (must be a member)

Response

Successful Response

message
string
default:verification code sent