Morpheus API Gateway LogoMorpheus API Gateway
Session

Close Session

Close the session associated with the current API key.

POST
/api/v1/session/closesession

Authorization

Authorization<token>

Provide the API key in either format: 'Bearer sk-xxxxxx.yyyyyyy' or just 'sk-xxxxxx.yyyyyyy'. The prefix is 9 characters long including 'sk-'.

In: header

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X POST "http://api.mor.org/api/v1/session/closesession" \
  -H "Authorization: <token>"
null

How is this guide?