API

To integrate with the Portafino Portal API, developers must first obtain an API key from Developer Portal.

Our team will provide you with your unique API identifier and key after reviewing your integration requirements and use case.

Authentication

All API requests must include authentication headers with your unique API credentials. Specifically, you need to include the x-api-id header containing your API identifier and the x-api-key header containing your API key in every request. These headers ensure that your requests are properly authenticated and authorized to access the Portafino API service.

Parameters

Header Parameter
Required
Description

x-api-id

Yes

Your unique API identifier provided by Portafino

x-api-key

Yes

Your API key for authentication

Security and Best Practices

The API key system provides secure, server-to-server communication while maintaining audit trails. Make sure to keep your API credentials secure and never expose them in client-side code or public repositories. We recommend storing your API keys in environment variables or secure configuration management systems.

Request Format

When making requests to our API endpoints, ensure that both authentication headers are included in every request. The API will validate these credentials before processing your request.

Last updated