Get Integration
GET/api/integrations/:integration_id
Get an integration by ID.
Supports both regular integration IDs and special default integration IDs:
- 00000000-0000-0000-0000-000000000001: Default SMS/voice integration
- 00000000-0000-0000-0000-000000000002: Default email (main) integration
- 00000000-0000-0000-0000-000000000003: Default email (shared) integration
Args: integration_id: The unique identifier of the integration include_credentials: If True, includes decrypted credentials in the response. Use this when editing integrations to allow users to view/modify credentials. For security, credentials are only returned when explicitly requested.
Returns: Integration details with optional credentials
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error