How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Postman teams API

The teams API from Postman — 6 operation(s) for teams.

Postman teams API is one of 51 APIs that Postman publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Team. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 6 paths, and defines 72 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.postman.com, https://api.eu.postman.com.

10 operations 6 paths 72 schemas 1 DELETE4 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.getpostman.com
Authentication
API Key, HTTP Basic, API Key
Resource Areas
1

Authentication & Security 3

Postman teams API declares 3 security schemes for authenticating requests. An API key is passed in the header as x-api-key (PostmanApiKey). It accepts HTTP basic authentication (basicAuth). An API key is passed in the header as Authorization (scimApiKey).

  • scimApiKey — A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/generating-scim-api-key) for calls to SCIM…

Paths & Operations 10

Across 6 paths, the API surfaces 10 operations — 1 DELETE, 4 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

teams 10
GET
/teams
Get all teams
getTeams 6 params → 200400401500
POST
/teams
Create a team
createTeam 2 params body → 200400401403500
GET
/teams/{teamId}
Get a team
getTeam 4 params → 200400401500
GET
/teams/{teamId}/access-requests
Get a team's access requests
getTeamAccessRequests 5 params → 200400401403500
POST
/teams/{teamId}/access-requests
Create an access request
createAccessRequest 3 params body → 200400401500
POST
/teams/{teamId}/access-requests/{requestId}
Approve or deny an access request
approveDenyAccessRequest 4 params body → 200400401403404500
POST
/teams/{teamId}/bulk-members
Manage team member roles
manageTeamMemberRoles 3 params body → 200400401500
DELETE
/teams/{teamId}/bulk-members
Remove team members
removeTeamMembers 3 params body → 204400401403500
GET
/teams/{teamId}/settings
Get a team's settings
getTeamSettings 2 params → 200400401500
PUT
/teams/{teamId}/settings
Update team settings
updateTeamSettings 2 params body → 200400401500

Schemas 72

The contract defines 72 schemas that model the data the API accepts and returns. The most detailed are GetTeamAccessRequestsDataItems (12 properties), teamData (10 properties), CreateGetTeamResponseTeam (9 properties), ApproveDenyAccessRequestResponseResultAccessRequest (7 properties). Each schema is shown below with its type and property counts.

teamsInclude
string
TeamsAccessRequestDataEntityId
The entity's ID.
TeamsErrorDetailInvalidEntriesResultItems
object
5 properties
CreateAccessRequestRequestBadRequestError
getTeamAccessRequests
object
2 properties
GetTeamAccessRequestsDataItemsEntityId
The entity's ID.
manageTeamMemberRolesResponse
object
1 property
GetTeamAccessRequestsDataItemsRole
string
The requested team role.
GetTeamsRequestBadRequestError
ApproveDenyAccessRequestResponseResult
object
Information about the approved or denied access request.
6 properties
identifierType
string
TeamsErrorDetail
TeamEntityInfoEntityType
string
The entity type.
approveDenyAccessRequestResponse
object
1 property
CreateGetTeamResponseTeamCreatedBy
The user ID of the user who created the team.
GetTeamAccessRequestsDataItems
object
Information about the access request.
12 properties
teamRoles
string
createGetTeamSettingsResponse
object
1 property
userGroupsInfo
object
1 property
CreateGetTeamSettingsResponseSettings
object
2 properties
ApproveDenyAccessRequestResponseResultAccessRequest
object
Information about the access request.
7 properties
CreateTeamRequestBadRequestError
ManageTeamMemberRolesResponseResultItems
object
5 properties
Teams_getTeams_Response_200
object
2 properties
teamsErrorDetail
object
An explanation about the problem.
1 property
manageTeamMemberRoles
object
Information about the bulk add and bulk remove operations.
2 properties
approveDenyAccessRequest
object
1 property 1 required
CreateAccessRequestRole
string
The team role to request.
commonErrorTypeTitleDetailStatusInstance
object
5 properties
GetTeamAccessRequestsRequestBadRequestError
userRolesQuery
boolean
usersInfo
object
1 property
createTeam
object
2 properties
ApproveDenyAccessRequestRequestBadRequestError
UpdateTeamSettingsSettingsRfaForAddCollaborator
string
If enabled, collaborators require approval before they can access the team's workspaces.
teamsInfo
object
1 property
ApproveDenyAccessRequestAction
string
Whether to approve or deny the access request.
cursor
string
orgsInfo
object
1 property
UpdateTeamSettingsSettings
object
Information about the team settings.
2 properties
teamsErrorDetailInvalidEntries
object
An explanation about the problem.
2 properties
GetTeamSettingsRequestBadRequestError
CreateGetTeamResponseTeam
object
Information about the team.
9 properties
manageTeamMemberRolesAdd
object
Information about the bulk add operation.
4 properties
teamSettingsQuery
boolean
createAccessRequest
object
4 properties 4 required
updateTeamSettings
object
1 property
teamId
integer
removeTeamMembers
object
1 property
TeamDataCreatedBy
The user ID of the user who created the team.
accessRequestId
integer
GetTeamAccessRequestsDataItemsCreatedBy
The user ID of the user who created the access request.
TeamEntityInfoEntityId
The entity's ID.
teamsAccessRequestData
object
6 properties
RemoveTeamMembersRequestBadRequestError
createGetTeamResponse
object
1 property
TeamsErrorDetailError
object
Information about the error.
2 properties
limitDefault50
integer
metaDataNextCursor
object
The response's meta information for paginated results.
1 property
ManageTeamMemberRolesRequestBadRequestError
ApproveDenyAccessRequestResponseResultEntityId
The entity's ID.
GetTeamRequestBadRequestError
manageTeamMemberRolesRemove
object
Information about the bulk remove operation.
4 properties
teamEntityInfo
object
2 properties 2 required
ManageTeamMemberRolesResponseResultItemsEntityId
The entity's ID.
teamsError
object
5 properties
createAccessRequestResponse
object
1 property
UpdateTeamSettingsRequestBadRequestError
CreateAccessRequestRequestType
string
The type of access request.
UpdateTeamSettingsSettingsRfaForAddMember
string
If enabled, admins must approve any new team members before they can join.
teamData
object
Information about the team.
10 properties
TeamsErrorDetailInvalidEntriesResultItemsEntityId
The entity ID.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

postman-teams-api-openapi.yml Raw ↑

Other APIs Postman publishes across the network.

Postman Collections API
Postman Workspaces API
Postman Environments API
Postman Monitors API
Postman Webhooks API
Postman Tags API
Postman Billing API
Postman SCIM API
Postman MCP Server
Postman Flows
Postman Mocks API
Where this information came from

This is an independent, third-party profile of Postman teams API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.