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

REST API endpoints for users.

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

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

This API exposes 7 operations across 6 paths, and defines 19 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 6 paths 19 schemas 1 DELETE5 GET1 POST

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 Users 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 6 paths, the API surfaces 7 operations — 1 DELETE, 5 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Users 7

REST API endpoints for users.

GET
/api/v3/user
Get authenticated user info
ApiV3UserGetUser → 200
GET
/api/v3/user/preferences
Get preferences for the authenticated user
ApiV3UserPreferencesGetPreferences → 200
GET
/api/v3/user/api-key
Get API key for the authenticated user
ApiV3UserApiKeyGetApiKey → 200
DELETE
/api/v3/user/api-key
Revoke API key for the authenticated user
ApiV3UserApiKeyRevokeApiKey → 204
POST
/api/v3/user/track
Track user events
ApiV3UserTrackTrack body → 201400
GET
/api/v3/user/notifications
Get notifications for the authenticated user
ApiV3UserNotificationsGetNotifications 2 params → 200400
GET
/api/v3/user/teams/{team_id}/permissions
Get the authenticated user's permissions in a team
ApiV3UserTeamsTeamIdPermissionsGetTeamPermissions 1 param → 200400

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are TeamPermissionsSchema (5 properties), NotificationSchema (5 properties), ClassicPagination_api.routes.user.schemas.NotificationSchema_ (4 properties), UserSchema (3 properties). Each schema is shown below with its type and property counts.

TrackUserSchema
object
2 properties 2 required
NoPagination_api.routes.user_team_permissions.schemas.TeamPermissionsSchema_
object
1 property 1 required
NoPagination_api.routes.user.schemas.ApiKeySchema_
object
1 property 1 required
Theme
string
ClientEvent
string
UserSchema
object
3 properties 2 required
AppPermission
string
NoPagination_api.routes.user.schemas.UserSchema_
object
1 property 1 required
ClassicPagination_api.routes.user.schemas.NotificationSchema_
object
4 properties 4 required
Permission
string
TeamPermission
string
PreferencesSchema
object
2 properties 2 required
NoPagination_api.routes.user.schemas.PreferencesSchema_
object
1 property 1 required
ApiKeySchema
object
1 property 1 required
TeamPermissionsSchema
object
5 properties 5 required
NotificationSchema
object
5 properties 5 required
NotificationCategory
string
PinnedAccountView
string
PinnedAccountSchema
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nevercode-users-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 Teams API
Nevercode Tester Groups API