Skip to main content
GET
/
api
/
public
/
v1
/
plugins
/
public
/
{id}
Get public plugins
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/plugins/public/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Successful response