Skip to main content
GET
Get a rep

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.

Path Parameters

repId
string<uuid>
required

The UUID of the rep.

Response

The rep object

id
string<uuid>
required

Unique identifier for the object.

objectType
enum<string>
required

The type of this object.

Available options:
rep
createdAt
string<date-time>
required

Timestamp when the object was created.

updatedAt
string<date-time>
required

Timestamp when the object was last updated.

name
string
required

The name of the rep.

ownedById
string<uuid>

The ID of the user who owns this rep.