Skip to main content
POST
/
auth
/
login
Create a developer session
curl --request POST \
  --url https://api.jurat.io/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "requestId": "<string>",
    "details": [
      {
        "field": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Body

application/json
email
string<email>
required
password
string
required

Must include uppercase, lowercase, number, and special character.

Required string length: 8 - 32

Response

Session cookie issued