Skip to main content
GET
/
integrations
/
{integration_id}
curl --request GET \
  --url https://api.rootfi.dev/integrations/{integration_id} \
  --header 'api_key: <api-key>'
{
  "request_timestamp": "2023-11-07T05:31:56Z",
  "response_timestamp": "2023-11-07T05:31:56Z",
  "request_id": "<string>",
  "data": {
    "integration_type": "ZOHO_BOOKS",
    "client_id": "<string>",
    "client_secret": "<string>",
    "is_disabled": true,
    "is_rootfi_identity": true,
    "rootfi_id": 123,
    "rootfi_company_id": 123,
    "rootfi_organisation_id": 123,
    "rootfi_integration_type": "ZOHO_BOOKS",
    "rootfi_updated_at": "2023-11-07T05:31:56Z",
    "rootfi_created_at": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
}
curl --request GET \
  --url https://api.rootfi.dev/integrations/{integration_id} \
  --header 'api_key: <api-key>'

Authorizations

api_key
string
header
required

Path Parameters

integration_id
number<double>
required

The ID of the integration to retrieve.

Response

200 - application/json
request_timestamp
string<date-time>
required

The time at which the request was received by the server

response_timestamp
string<date-time>
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
FinalOneIntegrationResponse · object
required

The response of the get one integration endpoint