Get store
GET/api/v1/stores/:storeId
Returns the configuration details of a store identified by its storeId.
Use this endpoint to verify that your API key is valid and to retrieve store-level settings such as the preferred currency, fee percentage, and underpayment tolerance.
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved the store details
Bad request. Invalid store ID or store doesn't exist.
Unauthorized.
Unexpected error.