Getting Started

Set up Company API access and make your first request.

Prerequisites

  • A company admin account.
  • Company API access enabled.
  • An API key or OAuth2 client with the required scopes.
  1. Open company settings.
  2. Create an API key or OAuth client.
  3. Assign the minimum scopes required by the integration.
  4. Store the credential securely.

First Request

curl -X GET "https://api.empowsec.com/v1/company/users" 
  -H "Authorization: Bearer YOUR_API_KEY" 
  -H "Accept: application/json"

Next Steps