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 Secrets and Environment Vars API

REST API endpoints for environment variables.

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

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

This API exposes 12 operations across 5 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/.

12 operations 5 paths 19 schemas 2 DELETE5 GET2 PATCH3 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 Secrets and Environment Vars 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 12

Across 5 paths, the API surfaces 12 operations — 2 DELETE, 5 GET, 2 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Secrets and Environment Vars 12

REST API endpoints for environment variables.

GET
/api/v3/apps/{app_id}/variable-groups
List variable groups for the app
ApiV3AppsAppIdVariableGroupsGetVariableGroups 3 params → 200400
POST
/api/v3/apps/{app_id}/variable-groups
Create a variable group for the app
ApiV3AppsAppIdVariableGroupsCreateVariableGroup 1 param body → 201400
GET
/api/v3/variable-groups/{variable_group_id}/variables
List variables for the group
ApiV3VariableGroupsVariableGroupIdVariablesGetVariables 4 params → 200400
POST
/api/v3/variable-groups/{variable_group_id}/variables
Bulk import variables to the group
ApiV3VariableGroupsVariableGroupIdVariablesBulkImport 1 param body → 201400
GET
/api/v3/variable-groups/{variable_group_id}
Get group information
ApiV3VariableGroupsVariableGroupIdGetGroup 1 param → 200400
DELETE
/api/v3/variable-groups/{variable_group_id}
Delete the group and all variables
ApiV3VariableGroupsVariableGroupIdDeleteGroup 1 param → 204400
PATCH
/api/v3/variable-groups/{variable_group_id}
Change group name and settings
ApiV3VariableGroupsVariableGroupIdUpdateGroup 1 param body → 204400
GET
/api/v3/variable-groups/{variable_group_id}/variables/{variable_id}
Get a variable from the group
ApiV3VariableGroupsVariableGroupIdVariablesVariableIdGetVariable 2 params → 200400
DELETE
/api/v3/variable-groups/{variable_group_id}/variables/{variable_id}
Delete the variable
ApiV3VariableGroupsVariableGroupIdVariablesVariableIdDeleteVariable 2 params → 204400
PATCH
/api/v3/variable-groups/{variable_group_id}/variables/{variable_id}
Update the variable
ApiV3VariableGroupsVariableGroupIdVariablesVariableIdUpdateVariable 2 params body → 204400
GET
/api/v3/teams/{team_id}/variable-groups
List variable groups for the team
ApiV3TeamsTeamIdVariableGroupsGetVariableGroups 3 params → 200400
POST
/api/v3/teams/{team_id}/variable-groups
Create a variable group for the team
ApiV3TeamsTeamIdVariableGroupsCreateVariableGroup 1 param body → 201400

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are EnvironmentVariableSchema (4 properties), ClassicPagination_api.routes.variable_groups.schemas.EnvironmentVariableSchema_ (4 properties), ClassicPagination_api.routes.team_variable_groups.schemas.VariableGroupSchema_ (4 properties), ClassicPagination_api.routes.apps.schemas.VariableGroupSchema_ (4 properties). Each schema is shown below with its type and property counts.

NoPagination_api.routes.apps.schemas.VariableGroupSchema_
object
1 property 1 required
apps_schemas_CreateVariableGroup
object
1 property 1 required
team_variable_groups_schemas_AdvancedSecuritySchema
object
2 properties 2 required
EnvironmentVariableSchema
object
4 properties 3 required
apps_schemas_VariableGroupSchema
object
2 properties 2 required
variable_groups_schemas_AdvancedSecuritySchema
object
2 properties 2 required
team_variable_groups_schemas_VariableGroupSchema
object
2 properties 2 required
UpdateEnvironmentVariableSchema
object
3 properties
UpdateGroupSchema
object
2 properties
NoPagination_api.routes.variable_groups.schemas.VariableGroupSchema_
object
1 property 1 required
ClassicPagination_api.routes.team_variable_groups.schemas.VariableGroupSchema_
object
4 properties 4 required
ClassicPagination_api.routes.variable_groups.schemas.EnvironmentVariableSchema_
object
4 properties 4 required
variable_groups_schemas_BulkImportSchema
object
2 properties 2 required
NoPagination_api.routes.variable_groups.schemas.EnvironmentVariableSchema_
object
1 property 1 required
NewEnvironmentVariableSchema
object
2 properties 2 required
NoPagination_api.routes.team_variable_groups.schemas.VariableGroupSchema_
object
1 property 1 required
ClassicPagination_api.routes.apps.schemas.VariableGroupSchema_
object
4 properties 4 required
variable_groups_schemas_VariableGroupSchema
object
3 properties 2 required
team_variable_groups_schemas_CreateVariableGroup
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nevercode-secrets-and-environment-vars-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 Team Invitations API
Nevercode Team Members API
Nevercode Teams API
Nevercode Tester Groups API
Nevercode Users API