Add API Key
Add an API key.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"string","apiKey":"string","role":"admin"}'
Last updated
Was this helpful?