Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
curl --request POST \
  --url https://api.orq.ai/v2/remoteconfigs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "context": {},
  "metadata": {}
}'{
  "type": "boolean",
  "value": "<any>"
}curl --request POST \
  --url https://api.orq.ai/v2/remoteconfigs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "context": {},
  "metadata": {}
}'{
  "type": "boolean",
  "value": "<any>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?