cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/plugins/v2/mount-points \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "storeId": "store_abc123" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
List all mount points grouped by route (hostname + basePath)
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response