Skip to main content
POST
/
v1
/
enrollment-responses
Create enrollment response
curl --request POST \
  --url https://api.clinikapi.com/v1/enrollment-responses \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "requestId": "<string>",
  "disposition": "<string>",
  "created": "<string>",
  "organizationId": "<string>",
  "requestProviderId": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Body

application/json
status
enum<string>
Available options:
active,
cancelled,
draft
requestId
string
Maximum string length: 128
outcome
enum<string>
Available options:
queued,
complete,
error,
partial
disposition
string
Maximum string length: 2000
created
string
Maximum string length: 50
organizationId
string
Maximum string length: 128
requestProviderId
string
Maximum string length: 128

Response

201

Enrollment response created