GET
/
v0
/
contract-subscriptions
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/contract-subscriptions'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "dataContractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "<string>",
    "githubHandle": "<string>",
    "slackChannel": "<string>"
  }
]

Query Parameters

dataContractId
string<uuid>

Filter subscriptions by contract

Response

200
application/json

List of subscriptions for the contract

The response is of type object[].