Getting Started
Welcome to the Muse Finance API documentation! This guide will help you get started with using our API to integrate financial functionalities into your applications.
Authentication
Before making any requests to the Muse Finance API, you need to authenticate using a Bearer token. Follow these steps to obtain and use your token:
Obtain API Key
Contact our support team to obtain your API key, Client ID and Client Secret.
Your API key will serve as the initial identification method.
Exchange API Key for JWT Token
Upon obtaining your API key, client ID and Client Secret you must exchange it for a JWT (JSON Web Token) through the designated endpoint. The JWT token will act as your Bearer token for subsequent requests.
Include Bearer Token and API Key in Requests
In your API requests, include both the Bearer token in the “Authorization” header and the API key in the header with the name "x-api-key."
Example using cURL:
CODEcurl -H "Authorization: Bearer YOUR_JWT_TOKEN" -H "x-api-key: YOUR_API_KEY" https://example.com/
Explore Interactive Documentation
For a more interactive experience and detailed insights into available endpoints, parameters, and responses, we recommend exploring our Swagger Documentation. Swagger provides an interactive and visual representation of the API, making it easier to understand and test various functionalities.
Need Help?
If you encounter any issues during the authentication process or have questions about secure integration, please contact our support team at technical-support@getmymuse.com.
Thank you for choosing Finance API. We look forward to helping you build robust and secure financial integrations.