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

Render Registry Credentials API

[Registry Credentials](https://render.com/docs/deploying-an-image#credentials-for-private-images) allows you to manage credentials for private Docker images.

Render Registry Credentials API is one of 26 APIs that Render publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Registry Credentials. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, and 3 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.2, at version 1.0.0.

Requests are made against a single base URL, https://api.render.com/v1.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.render.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Render Registry Credentials API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Registry Credentials 5

[Registry Credentials](https://render.com/docs/deploying-an-imagecredentials-for-private-images) allows you to manage credentials for private Docker images.

GET
/registrycredentials
List registry credentials
list-registry-credentials 10 params → 200401406429500503
POST
/registrycredentials
Create registry credential
create-registry-credential body → 200400401402406409429500
GET
/registrycredentials/{registryCredentialId}
Retrieve registry credential
retrieve-registry-credential 1 param → 200401403404406410429500
PATCH
/registrycredentials/{registryCredentialId}
Update registry credential
update-registry-credential 1 param body → 200400401402403404406409
DELETE
/registrycredentials/{registryCredentialId}
Delete registry credential
delete-registry-credential 1 param → 204401403404406410429500

Schemas 3

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

registryCredential
object
5 properties 5 required
registryCredentialRegistry
string
The registry to use this credential with
error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

render-registry-credentials-api-openapi.yml Raw ↑

Other APIs Render publishes across the network.

Render Audit Logs API
Render Blueprints API
Render Custom Domains API
Render Deploys API
Render Disks API
Render Environment Groups API
Render Events API
Render Key Value API
Render Logs API
Render Maintenance API
Render Metrics API
Render Notification Settings API