> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# End Points

> Get the production and test base URLs for the legacy Subscriptions v1 APIs, plus the API key authentication details you need to send requests.

Cashfree uses API keys to allow access to the API. Once you have signed up at our merchant site, you will see your AppId and SecretKey.

Cashfree expects the API key to be included in all API requests to the server. Use the endpoint **/api/v1/credentials/verify** to verify your credentials.

All API responses are in JSON format. POST requests should include ContentType: application/json

| Environment | Base URL                                                 |
| :---------- | :------------------------------------------------------- |
| Production  | [https://api.cashfree.com/](https://api.cashfree.com/)   |
| Test        | [https://test.cashfree.com/](https://test.cashfree.com/) |
