POST
/
v0
/
contract-subscription
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/contract-subscription' \
  --header 'Content-Type: application/json' \
  --data '{
  "dataContractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "githubHandle": "<string>",
  "slackChannel": "<string>"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataContractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "githubHandle": "<string>",
  "slackChannel": "<string>"
}

Body

application/json

Subscription to create

The body is of type object.

Response

200
application/json

Contract subscription was successfully created

The response is of type object.