Skip to main content
GET
List tools

Authorizations

Authorization
string
header
required

Static API key authentication using Bearer token scheme. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Alternatively, you can use the token query parameter to authenticate.

API keys can be generated in your superglue dashboard.

Query Parameters

page
integer
default:1
limit
integer
default:50
Required range: x <= 100

Response

200 - application/json

List of tools (latest versions only)

data
object[]
page
integer
Example:

1

limit
integer
Example:

50

total
integer
Example:

127

hasMore
boolean
Example:

true