Skip to main content
POST
/
auth
/
issue-anon-jwt
Issue an anonymous hosted-app session
curl --request POST \
  --url https://api.jurat.io/api/v1/auth/issue-anon-jwt \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientId": "<string>",
  "clientSecret": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "requestId": "<string>",
    "details": [
      {
        "field": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Body

application/json
clientId
string
required
clientSecret
string
required

Response

Anonymous session cookie issued