fastmon Docs
Connections

List Connections

Fehler melden

The apps connected to this organization, newest first.

Org-owned only. A member's personal connection is theirs to list and to end (GET /account/connections); it cannot outlive them and cannot exceed their role, so it is not something this list would give the organization control over - see the module docstring.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Pfad-Parameter

org_id*Org Id
Formatuuid

Query-Parameter

include_revoked?Include Revoked

Also return disconnected apps. Off by default so the list keeps meaning 'what can act for this organization right now'.

Defaultfalse
offset?Offset
Range0 <= value
Default0
limit?Limit
Range1 <= value <= 100
Default50

Response-Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/organizations/{org_id}/connections
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/connections"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "client_id": "string",      "client_name": "string",      "is_verified": false,      "redirect_uris": [],      "scopes": [],      "approved_by_user_id": "6f927876-90f9-4dae-8888-4b498595faf4",      "credential_owner": "organization",      "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",      "created_at": "2019-08-24T14:15:22Z",      "revoked_at": "2019-08-24T14:15:22Z"    }  ],  "meta": {    "total": 0,    "limit": 0,    "offset": 0,    "has_more": true  }}