Skip to main content
Required Scope: ACCOUNT The Account API provides endpoints for managing your OFAuth account and connections. Use these endpoints to get platform information and manage authenticated connections.

Quick Reference

EndpointMethodDescription
/v2/account/whoamiGETGet platform overview and account information
/v2/account/settingsGET/PATCHOrganization-level settings
/v2/account/connectionsGETList all connections
/v2/account/connections/importPOSTImport an external connection
/v2/account/connections/{connectionId}DELETEDisconnect a connection
/v2/account/connections/{connectionId}/invalidatePOSTForce session expiration
/v2/account/connections/{connectionId}/settingsGET/PATCHPer-connection settings

Authentication

All Account API endpoints require API key authentication with the ACCOUNT scope:
apikey: YOUR_API_KEY