Representatives
Explains APIs available to interact with Representative objects in Score.
This endpoint will list representatives. Pagination is supported using limit and offset query parameters.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32 · max: 50OptionalDefault:
The number of representatives to return. Defaults to 10. Max is 50.
10offsetinteger · int32OptionalDefault:
The number of representatives to skip in pagination. Defaults to 0.
0Responses
200
The request has succeeded.
application/json
get
/api/v1/representatives200
The request has succeeded.
Add a representative to a team.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
teamIdstringRequired
usernamestringRequired
passwordstringRequired
Responses
200
The request has succeeded.
application/json
post
/api/v1/representatives200
The request has succeeded.
Last updated