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.
- Open company settings.
- Create an API key or OAuth client.
- Assign the minimum scopes required by the integration.
- 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"