GET
/
integrations
/
{integration_id}
curl --request GET \
  --url https://api.rootfi.dev/integrations/{integration_id} \
  --header 'api_key: <api-key>'
{
  "data": {
    "integration_type": "ZOHO_BOOKS",
    "rootfi_id": 1234,
    "rootfi_created_at": "2021-08-10T15:00:00.000Z",
    "rootfi_updated_at": "2021-08-10T15:00:00.000Z",
    "client_id": "gfdsxcvghfredcvbhgtfdcasdfghjertyuyhbdcvjnokmwertyu.0ikjuyhgfdsxcvbnm",
    "client_secret": "jnokmwvghfredcvbhgtfdcasdfghjertyuyhbdcvjnokmwertyu.0ikjuyhgfdsxcvbnm",
    "is_disabled": false,
    "metadata": {},
    "is_rootfi_identity": true
  },
  "request_timestamp": "2021-08-10T15:00:00.000Z",
  "response_timestamp": "2021-08-10T15:00:00.000Z",
  "request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}
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
required

The ID of the integration to retrieve.

Response

200 - application/json
request_timestamp
string
required

The time at which the request was received by the server

response_timestamp
string
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
object
required

The response of the get one integration endpoint