Search Loop Links

Search existing Loop Links.

get
Authorizations
AuthorizationstringRequired

Enter your PredictHQ API key. The Bearer prefix is added automatically.

When calling the API directly, send: 'Authorization: Bearer <YOUR_API_KEY>' as documented at https://docs.predicthq.com/api/overview/authenticating

Query parameters
offsetintegerOptional

Offset the results.

Default: 0
limitintegerOptional

Limit the number of results.

Default: 10
qstring · min: 1 · max: 120Optional

Full-text search.

E.g. ?q=hotel+a

Pattern: ^[a-zA-Z0-9 _-]+$
link_idstring[]Optional

A comma-separated list of Loop Link IDs

user_idstring[]Optional

A comma-separated list of user IDs

Responses
200

Successful Response

application/json
get
/v1/loop/links

Examples

curl -X GET "https://api.predicthq.com/v1/loop/links?sort=name" \
     -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?