Poggio
Docs
REST APIThird Party Registration

List Third Party Registrations Endpoint

API reference for List Third Party Registrations Endpoint

GET
/v1/organizations/{org_id}/third_party_registration

Authorization

BearerToken
AuthorizationBearer <token>

Pass an OAuth access token or an API token from Settings > MCP Server.

In: header

Path Parameters

org_id*string

Query Parameters

name?|

Response Body

application/json

application/json

curl -X GET "https://api.poggio.io/v1/organizations/string/third_party_registration"
[
  {
    "created_at": "2019-08-24T14:15:22Z",
    "created_by": "string",
    "deleted_at": "2019-08-24T14:15:22Z",
    "deleted_by": "string",
    "id": "string",
    "name": "salesforce",
    "payload": {},
    "updated_at": "2019-08-24T14:15:22Z",
    "updated_by": "string"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}