Get the platform integration installation associated with the access token. Use this endpoint to get the details of an installation, including the configuration form completed by the admin.
Get an installation
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
idstringRequiredformat: "id"
The ID of the platform integration to fetch installation for
Response
Success
idstring or nullformat: "id"
The unique identifier for the integration installation
platform_integration_idstring or nullformat: "id"
The unique identifier for the integration
createdstring or nullformat: "date-time"
The date and time the installation was created
updatedstring or nullformat: "date-time"
The date and time the installation was last updated
configurationobject or null
The configuration settings for the integration
statusstring or null
The current state of the integration installation (incomplete, complete)