Skip to main content
POST
/
workspace
/
redirect-uris
Save redirect URIs
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>"
]

Authorizations

x-api-key
string
header
required

API key generated in the Portal (Workspace Settings → API Keys).

Body

Response

OK