Get a Loop Link
Get an existing Loop Link.
Authorizations
Path parameters
link_idstringRequired
An existing Loop Link ID.
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/v1/loop/links/{link_id}GET /v1/loop/links/{link_id} HTTP/1.1
Host: api.predicthq.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"link_id": "text",
"expire_dt": "2025-10-17T23:02:54.960Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"name": "text",
"status": "text",
"create_dt": "2025-10-17T23:02:54.960Z",
"update_dt": "2025-10-17T23:02:54.960Z",
"links": {
"event": "https://example.com",
"event_feedback": "https://example.com"
}
}
Examples
curl -X GET "https://api.predicthq.com/v1/loop/links/$LINK_ID" \
-H "Accept: application/json" \
-H "Authorization: Bearer $ACCESS_TOKEN"
OpenAPI Spec
The OpenAPI spec for Loop API can be found here.
Guides
ow are some guides relevant to this API:
Last updated
Was this helpful?