Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for List tools.

Tool List Request schema.

page
integer
required

Page value.

Required range: x >= 1
Example:

1

per_page
integer
required

Per page value.

Required range: 1 <= x <= 100
Example:

20

type
string
default:apiRequest

Optional tool type filter

Example:

"apiRequest"

Response

Tool list

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.