Sign in

Logout

documented

Logout and revoke the API key's session (account-wide).

POST /logoutAuthenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.manifest.ly/api/v1/logout?api_key={{MANIFEST_API_KEY}}" \
  -X POST \
  -H "Authorization: x-api-key {{MANIFEST_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{}'
Logout · Manifestly Checklists · OpenIntegrations