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

Terrain Discovery Environment API Identifiers API

Permanent identifier (DOI) requests

Terrain Discovery Environment API Identifiers API is one of 9 APIs that Terrain Discovery Environment API publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2026.04.

Requests are made against a single base URL, https://de.cyverse.org/terrain.

2 operations 1 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026.04
Base URL
https://de.cyverse.org/terrain
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Terrain Discovery Environment API Identifiers API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (KeycloakBearer). An API key is passed in the header as X-Iplant-De-Jwt (JwtHeader). By default, every request must be authenticated.

  • KeycloakBearer — Bearer JWT token obtained from Keycloak via /terrain/token/keycloak
  • JwtHeader — Signed JWT token passed in the X-Iplant-De-Jwt header

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Identifiers 2

Permanent identifier (DOI) requests

GET
/secured/permanent-id-requests
List Permanent Id Requests
ListPermanentIdRequests → 200
POST
/secured/permanent-id-requests
Create Permanent Id Request
CreatePermanentIdRequest body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are PermanentIdRequestResponse (6 properties), PermanentIdRequest (2 properties), PermanentIdRequestList (1 property). Each schema is shown below with its type and property counts.

PermanentIdRequestResponse
object
6 properties
PermanentIdRequestList
object
1 property
PermanentIdRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

terrain-discovery-environment-api-identifiers-api-openapi.yml Raw ↑

Other APIs Terrain Discovery Environment API publishes across the network.

Terrain Discovery Environment API Analyses API
Terrain Discovery Environment API Apps API
Terrain Discovery Environment API Authentication API
Terrain Discovery Environment API Filesystem API
Terrain Discovery Environment API Metadata API
Terrain Discovery Environment API Notifications API
Terrain Discovery Environment API Search API
Terrain Discovery Environment API Sharing API