Security API
post
Query parameters
organizationCodestringOptional
emailstringOptional
Responses
200
OK
post
/api/security/cookies/login200
OK
No content
post
Responses
200
OK
post
/api/security/cookies/logout200
OK
No content
Creates a new authentication cookie with the specified name and lifetime using the raw
request body as the cookie value.
post
Query parameters
namestringOptional
The name of the cookie to create. If not provided, uses the default cookie name from API configuration settings.
lifetimeinteger · int32Optional
The lifetime of the cookie in seconds. If not provided, uses the default lifetime from API configuration settings.
Responses
200
OK
post
/api/security/cookies/create200
OK
No content
post
Path parameters
languagestringRequired
Responses
200
OK
post
/api/security/cookies/change-language/{language}200
OK
No content
post
Path parameters
themestringRequired
Responses
200
OK
post
/api/security/cookies/change-theme/{theme}200
OK
No content
post
Responses
200
OK
post
/api/security/passwords/hash200
OK
No content
get
Authorizations
SecretstringRequired
Responses
200
OK
get
/api/security/secrets/introspect200
OK
No content
post
Body
debugbooleanOptional
secretstring · nullableOptional
lifetimeinteger · int32 · nullableOptional
organizationstring · uuid · nullableOptional
agentstring · uuid · nullableOptional
subjectstring · uuid · nullableOptional
Responses
200
OK
post
/api/security/tokens/generate200
OK
No content
get
Authorizations
BearerstringRequired
Responses
200
OK
get
/api/security/tokens/introspect200
OK
No content
post
Responses
200
OK
post
/api/security/tokens/validate200
OK
No content
Last updated
Was this helpful?