Get an installation

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.

Path parameters

idstringRequiredformat: "id"
The id of the platform integration to fetch installation for

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success
idstringOptionalformat: "id"
The unique identifier for the integration installation
platform_integration_idstringOptionalformat: "id"
The unique identifier for the integration
createdstringOptionalformat: "date-time"
The date and time the installation was created
updatedstringOptionalformat: "date-time"
The date and time the installation was last updated
configurationobjectOptional
The configuration settings for the integration
statusstringOptional

The current state of the integration installation (incomplete, complete)

Errors