API Key Authentication
All Omni API requests require authentication via thex-api-key header.
How to Get Your API Key
Base URL
All API requests are made to the following base URL:If you control network access with a firewall or proxy, allow outbound HTTP to
client-omni-api.argosidentity.com (port 80) for Omni API calls. Allow port 443 as well if you use HTTPS.Request Headers
Every request must include:| Header | Value | Required |
|---|---|---|
x-api-key | Your API key (UUID format) | Yes |
Content-Type | application/json or multipart/form-data | Yes (for POST/PATCH) |