Skip to main content
POST
/
ehr-api-keys
cURL
curl --request POST \
  --url https://api.carecapacity.ai/ehr-api-keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>"
}
'
This response has no body data.

Body

application/json

Create FHIR API Key

user_id
string<uuid>
name
string

Response