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": "<unknown>"
}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": "<unknown>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?