Version: 1.0.0

Immersve API
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyHeader
- API Key: apiKeyHeaderWebhook
- API Key: apiSecretHeader
- API Key: accountIdHeader
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
See Guides -> Authentication for instructions
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-api-key |
The API key provided by you to Immersve
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | APIKEY |
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-api-secret |
The target account id. If targeting the root account, this can be omitted (for example creating an account)
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-account-id |