401: Unauthorized.
Getting Your API Credentials
- Create an Obiex Staging account
- Log in to your Obiex Staging dashboard
- Navigate to Settings > Developers > API Keys
- Click Create API Keys to generate your keys
Your Keys
Authorizing API Calls
To authorize API calls, include these headers:Signature Generation
The signature is generated by creating an HMAC SHA256 of the following concatenated string:The
request_path must include the full path including /v1. For example: /v1/addresses/me/brokerComplete Example
Security Best Practices
- Never commit your API keys to Git
- Never expose keys in client-side JavaScript
- Store keys as environment variables
- Rotate keys immediately if compromised