# Get general configuration Stably Ramp **GET /configuration** Get general configuration Stably Ramp ## Servers - Sandbox Server: https://ramp-api.dev.stably.io/public/api/v1 (Sandbox Server) - Production Server: https://ramp-api.prod.stably.io/public/api/v1 (Production Server) ## Parameters ## Responses ### 200 Successful operation #### Body: application/json (object) - **version** (string) - **updatedAt** (string) - **features** (object) - **countries** (array[object]) The list of countries and states Stably Ramp supports. - **payments** (array[object]) - **fiat** (array[object]) - **crypto** (array[object]) ### 500 An unexpected error #### Body: application/json (object) - **error** (string) A description of the unexpected error. - **code** (integer) The error code associated with the unexpected error. - **message** (string) A detailed error message explaining the issue. [Powered by Bump.sh](https://bump.sh)