Endpoint and key extraction
This page describes where to get the API endpoint and credentials (Key ID and Secret) needed to authenticate, similar to PixelPay – Endpoint and key extraction.
Endpoint
This is the base URL for all API requests.
- Production:
https://api.abaco.hn
In other environments, use only the abaco.hn domain URLs provided by your team.
All API routes are relative to this domain (e.g. GET /business-partners, POST /documents).
Key ID
This is the public identifier of your API key (e.g. in the form abk_xxxx). It identifies the integration on the server; it is not secret and may be shown in the UI and in the key list.
Secret Key (Secret)
This is the secret value shown only once when you create the key in abaco. It must be stored securely and not shared. If you lose it, you must revoke that key and create a new one. The Secret is sent with every request together with the Key ID for authentication (see Authentication).
Where to get them
- Log in to abaco.
- Go to Settings > Integrations (or API).
- There you will see the Endpoint and the list of keys with their Key ID.
- When you click Create API key, you enter a name (and optionally an expiration date). When you confirm, Endpoint, Key ID and Secret are shown; the Secret will not be shown again.
For details on how to authenticate with these credentials, see Authentication.