Appearance
Flincap API Documentation
Welcome to the official documentation for the Flincap API. This API provides access to Flincap's powerful suite of financial services, allowing developers to easily integrate them into their own applications. This documentation is designed to help you get started with using the Flincap API quickly and easily.
Getting Started
To get started with the Flincap API, you will need an API key. You can request an API key by contacting our support team at hi@flincap.com.
Once you have your API key, you can start using the Flincap API in your applications. The API is RESTful and returns responses in JSON format.
API Reference
The API reference provides detailed information about the endpoints available in the Flincap API. Each endpoint is documented with its HTTP method, URL, request and response formats, and example responses.
You can access the API reference at https://docs.flincap.com/overview.html.
Authentication
All requests to the Flincap API must include an authorization
header with your API keys. The header should be formatted as follows:
Authorization: Bearer BASE_64_ENCODED_KEYS
Where your BASE_64_ENCODED_KEYS
is a combination of your <FLINCAP_PUBLIC_KEY>:<FLINCAP_SECRET_KEY>
as a base64 string.
Support
If you need any help using the Flincap API, or have any questions or feedback, please contact our support team at hi@flincap.com.
Contributing
If you have suggestions for improving the Flincap API or its documentation, please feel free to contact our support team at hi@flincap.com.
License
The Flincap API documentation is licensed under the Creative Commons Attribution 4.0 International License.