Get an Integration Permission

get/integrations/permissions/{integration_permission}

Path parameters

integration_permissionstring required

ID of the Integration Permission

Response

200

idstring
access_typestring
integration_partnerstring
scopestring[]

Example response

{
  "id": "ipe_tIUPIBtjl7QwmWilgzYN",
  "access_type": "Active",
  "integration_partner": "int_tEENJcAPamBRBmffR0hm",
  "scope": [
    "integration_access:retrieve"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.