Integration
Get Integration
Get an integration.
get/api/v1/app/{app_id}/integration/{integ_id}
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
integ_idstring required
The Integration's ID.
Example:integ_1srOrx2ZWZBpBUvZwXKQmoEYga2
The Integration's ID.
Response
Example response
{
"featureFlags": [],
"id": "integ_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"name": "Example Integration"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.