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 Teams API

REST API endpoints for teams.

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

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

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

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

7 operations 5 paths 8 schemas 1 DELETE4 GET1 PATCH1 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 Teams 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 7

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

Teams 7

REST API endpoints for teams.

PATCH
/api/v3/subscriptions/{team_id}/features
Update subscription features for the team
ApiV3SubscriptionsTeamIdFeaturesUpdateFeatures 1 param body → 204400
GET
/api/v3/user/teams
List teams for the authenticated user
ApiV3UserTeamsGetTeams 2 params → 200400
GET
/api/v3/teams/{team_id}
Get team info
ApiV3TeamsTeamIdGetTeam 1 param → 200400
GET
/api/v3/teams/{team_id}/audit-log
Download team audit log as CSV
ApiV3TeamsTeamIdAuditLogDownloadAuditLog 1 param → 200400
GET
/api/v3/teams/{team_id}/audit-log-connector
Get Audit Log Connector settings for the team
ApiV3TeamsTeamIdAuditLogConnectorGetAuditLogConnector 1 param → 200400
PUT
/api/v3/teams/{team_id}/audit-log-connector
Update Audit Log Connector settings for the team
ApiV3TeamsTeamIdAuditLogConnectorUpdateAuditLogConnector 1 param body → 200400
DELETE
/api/v3/teams/{team_id}/audit-log-connector
Delete Audit Log Connector settings for the team
ApiV3TeamsTeamIdAuditLogConnectorDeleteAuditLogConnector 1 param → 204400

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are AuditLogConnectorSchema (4 properties), ClassicPagination_api.routes.user.schemas.TeamSchema_ (4 properties), UpdateAuditLogConnector (3 properties), team_schemas_TeamSchema (3 properties). Each schema is shown below with its type and property counts.

ClassicPagination_api.routes.user.schemas.TeamSchema_
object
4 properties 4 required
UpdateAuditLogConnector
object
3 properties 3 required
NoPagination_api.routes.team_audit_log_connector.schemas.AuditLogConnectorSchema_
object
1 property 1 required
user_schemas_TeamSchema
object
3 properties 2 required
FeaturesSchema
object
1 property
team_schemas_TeamSchema
object
3 properties 2 required
AuditLogConnectorSchema
object
4 properties 1 required
NoPagination_api.routes.team.schemas.TeamSchema_
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nevercode-teams-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 Team Members API
Nevercode Tester Groups API
Nevercode Users API