Gifli API Docs
Api

Logout

Invalidate the current session token. Passing an unknown or already-expired token is a no-op.

POST
/auth/logout

Authorization

BearerAuth
AuthorizationBearer <token>

Pass a user session token (from /auth/login) or an app API key (gk_…).

In: header

Response Body

application/json

curl -X POST "https://example.com/auth/logout"
{  "message": "Logged out"}