Skip to main content

View Signals

GET 

/:studyUid

Overview

This endpoint allows you to embed the signals viewer for a given studyUid.

This studyUid is sent to your webhook API within our COMPLETE event.

You must have this value in order to embed the signals viewer app.

Authentication

You must request an access token via our OIDC Identity Providers token endpoint using client credentials setup and shared with you during your onboarding.

The access token received from our token endpoint must be added to the URI using the token query parameter:

https://signals.uk.acurable.com/01KPX6SV7TESCH987WNGJ972CY?token=eyJ...30

Request