Give Access To Project

Authorize a third party to access a project

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/third-party-auth/{authId}/authorize \
  --header 'content-type: multipart/form-data' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?