Base URLs
Send your first API call
1
Set a permission group
Define which vaults and operations the API key can access. See Permission groups.
2
Create an API key
Generate a key assigned to the permission group. See API keys.
3
Sign your requests
Sensitive endpoints require an Ed25519 signature in addition to the API key. See Request signing.
4
Send the request
Include your API key in the
Api-Access-Key header on every request. Add Api-Signature and Api-Timestamp on sensitive endpoints.Next steps
Authentication
Learn how requests are signed and attached to headers.
Request signing
Learn how requests are signed and attached to headers.
Errors and pagination
Handle response codes, rate limits, and cursor pagination.