Skip to content
RedirHub/API
Sign inGet API key
Account & Reference · record.plugins
GET/shared/pluginsrecord.plugins

List available plugins

The plugin keys that can be attached to a record through its plugins field.

Base URL
https://api.redirhub.com/v1
Auth
Bearer token
Idempotent
Yes
Returns
application/json

The request

Call GET /shared/plugins with your bearer token.

# List available plugins
curl "https://api.redirhub.com/v1/shared/plugins" \
  -H "Authorization: Bearer $REDIRHUB_TOKEN"

The response

A 200 returns the record as JSON.

[
  {
    "id": "9f2a7c31-4b8e-4a02-9d1f-0c6b7e5a1d44",
    "label": "string",
    "description": "Landing page for the spring campaign",
    "as_paid_feature": "string"
  }
]

Status codes

200
SuccessPlugins that can be enabled on a record. as_paid_feature names the plan feature a paid plugin requires, and is null when the plugin is free.
401
UnauthenticatedUnauthenticated
429
Too many requestsToo many requests

What usually comes next

One call is rarely the whole job. These are the endpoints most integrations reach for around this one.