Skip to main content
GET
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Query Parameters

audience_id
string
default:597b3dde-9169-4017-800d-f97a5fabebe3
required

Audience ID

Example:

"597b3dde-9169-4017-800d-f97a5fabebe3"

page
integer
default:1

Page number

Required range: x >= 1
Example:

1

limit
integer
default:10

Records per page

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

10

Response

Audience contacts returned

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.