Authentication

Securely access OXAudit’s API with an API key:

  1. Generate an API Key:

    • Go to Account > API Keys in OXAudit.

    • Set permissions (e.g., Read, Write, Admin) and save the key in a secure location.

  2. Use the API Key:

    • Include the key in your requests:

  Authorization: Bearer YOUR_API_KEY

Last updated