Get Loop Settings

Loop settings are used to control how certain elements might be displayed inside the Loop UI.

Particularly for the Loop Links UI we take the org_name from Settings and display it at the top of the page.

Request

HTTP Request

GET https://api.predicthq.com/v1/loop/settings

Response

Response Fields

FieldDescription

org_name string

Name to display at the top of the Loop UI for end-users. This defaults to your Org name as per your PredictHQ account, however you can customize it here to make it different. E.g. My Org Name

Example response

Below is an example response:

{
  "org_name": "My Org"
}

Examples

curl -X GET https://api.predicthq.com/v1/loop/settings \
     -H "Accept: application/json" \
     -H "Authorization: Bearer $ACCESS_TOKEN"

Guides

Below are some guides relevant to this API:

Last updated

© 2024 PredictHQ Ltd