Skip to main content
GET
List reps
Returns a paginated list of rep objects.

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Query Parameters

limit
integer
default:10

Maximum number of results to return (1–100). Defaults to 10.

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination. Use the next or previous value from a prior response.

ownedById
string<uuid>

Filter reps by the user ID of the owner.

Response

A paginated list of reps

data
object[]
required
hasMore
boolean
required
next
string
previous
string