Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nevercode Team Members API

REST API endpoints for team members.

Nevercode Team Members API is one of 13 APIs that Nevercode publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v3.0.

Requests are made against a single base URL, https://codemagic.io/.

4 operations 3 paths 5 schemas 2 DELETE1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v3.0
Base URL
https://codemagic.io/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nevercode Team Members API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-auth-token (api_key). By default, every request must be authenticated.

Paths & Operations 4

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

Team Members 4

REST API endpoints for team members.

DELETE
/api/v3/user/memberships/{team_id}
Remove authenticated user from the team
ApiV3UserMembershipsTeamIdLeaveTeam 1 param → 204400
GET
/api/v3/teams/{team_id}/members
List team members
ApiV3TeamsTeamIdMembersListTeamMembers 3 params → 200400
PUT
/api/v3/teams/{team_id}/memberships/{user_id}
Update team membership for a user
ApiV3TeamsTeamIdMembershipsUserIdUpdateTeamMembership 2 params body → 200400
DELETE
/api/v3/teams/{team_id}/memberships/{user_id}
Remove team membership for a user
ApiV3TeamsTeamIdMembershipsUserIdDeleteTeamMembership 2 params → 204400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TeamMemberSchema (6 properties), ClassicPagination_api.routes.team_members.schemas.TeamMemberSchema_ (4 properties), UpdateMembershipSchema (1 property). Each schema is shown below with its type and property counts.

Role
string
TeamMemberRole
string
TeamMemberSchema
object
6 properties 4 required
ClassicPagination_api.routes.team_members.schemas.TeamMemberSchema_
object
4 properties 4 required
UpdateMembershipSchema
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nevercode-team-members-api-openapi.yml Raw ↑

Other APIs Nevercode publishes across the network.

Nevercode App Previews API
Nevercode Applications API
Nevercode Billing API
Nevercode Build Dashboards API
Nevercode Builds API
Nevercode Meta API
Nevercode Over-the-air Updates API
Nevercode Secrets and Environment Vars API
Nevercode Team Invitations API
Nevercode Teams API
Nevercode Tester Groups API
Nevercode Users API