REST APIThird Party Registration
Get Third Party Registration
API reference for Get 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
registration_id*string
Response Body
application/json
application/json
curl -X GET "https://api.poggio.io/v1/organizations/string/third_party_registration/string"{
"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"
}
]
}