Last updated 10 months ago
Was this helpful?
Create a developer profile for the current active user.
/api/user/create-developer-profile
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/user/create-developer-profile' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "organizationId": 1, "link": "text" }