curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/request-hr-block-license \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Request a license required for the deployment of an impulse containing the Edge Impulse HR block.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/request-hr-block-license \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Organization ID
OK
The response is of type object
.