Version: 1.0-rc
Accomplish API
Authentication
- HTTP: Basic Auth
HTTP basic access authentication using your API key as the username. No password is required.
Example:
curl -u YOUR_API_KEY: https://accomplish.dev/api/resource
Keep your API keys secure and do not expose them in publicly accessible areas like GitHub or client-side code.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |