Replicated team API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (api_key).
Paths & Operations 12
Across 11 paths, the API surfaces 12 operations — 2 DELETE, 5 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
team 12
GET
/app/{app_id}/images
Lists all registry images for an app by ID.
listAppImages1 param→ 200401403404
POST
/app/{app_id}/images/delete
Deletes registry images for an app by ID.
deleteAppImages2 params→ 200400401403404
GET
/team
Get the current team.
getTeam→ 200400401403404
PUT
/team/default-app
Set or clear the team's default application.
updateTeamDefaultApp1 param→ 200400401403
POST
/team/invite
Create a pending team invite.
createInvite1 param→ 201400401403404
DELETE
/team/invite/{email}
Delete a pending team invite.
deleteInvite1 param→ 204400401403404
PUT
/team/invite/{id}
Update a pending team invite.
updatePendingInvite2 params→ 204400401403404
GET
/team/member/{id}
Get a team member.
getTeamMember1 param→ 200400401403404
GET
/team/members
List team members.
listTeamMembers1 param→ 200400401403404
DELETE
/team/serviceaccount
Remove a service account from a team.
removeServiceAccount→ 204400401403404
GET
/team/serviceaccounts
List service accounts for a team.
listServiceAccounts→ 200400401403404
POST
/team/serviceaccounts
Create a service account for a team.
createTeamServiceAccount3 params→ 201400401403404
Schemas 7
The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Team (20 properties), VendorTeamMember (14 properties), ServiceAccount (9 properties), User (8 properties). Each schema is shown below with its type and property counts.
Image
object
2 properties
Team
object
20 properties
ComplexityRequirements
object
4 properties
UpdateTeamMemberRequest
object
1 property
User
object
8 properties
ServiceAccount
object
9 properties
VendorTeamMember
object
VendorTeamMember represents a team member in the vendor API
14 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.