Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
If your organization restricts outbound traffic with a firewall or proxy, add
client-omni-api.argosidentity.com to your allowlist for HTTP (port 80). Add port 443 if you use HTTPS.Authentication
All requests require thex-api-key header:
API Structure
The Omni API follows the data hierarchy:Common Response Format
All successful responses follow this pattern:Error Response Format
Error Codes
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Resource does not exist |
| 409 | CONFLICT | Duplicate resource or limit exceeded |
| 413 | PAYLOAD_TOO_LARGE | File size exceeds 10MB limit |
| 415 | UNSUPPORTED_MEDIA | Unsupported file type |
Resource-Specific Error Codes
| Code | Description |
|---|---|
ITEM_LIMIT_EXCEEDED | More than 5 items in a single folder |
FILE_TOO_LARGE | Uploaded file exceeds 10MB |
UNSUPPORTED_FILE_TYPE | File format not in the supported list |