Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
mount-points
List mount points (V2)
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"
}'
"<any>"

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
storeId
string
required

Response

Successful response

The response is of type any.