GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
/
state
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedSources/state \
  --header 'x-api-key: <api-key>'
{
  "bookmarks": {
    "ProfitAndLoss": {
      "modified_since": "2021-08-15T14:29:26+00:00"
    }
  }
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

tap_name
string
required

Name of tap

Response

200 - application/json
bookmarks
object