cURL
curl --request POST \ --url https://api.neurapulse.com/workspace/redirect-uris \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '[ "<string>" ]'
[ "<string>" ]
Saves an array of redirect URIs for the workspace, replacing all existing URIs.
API key generated in the Portal (Workspace Settings → API Keys).
OK