Render Public API Copy
Number of APIs: 48
Manage everything about your Render services
Contact Support: Name: Render API Email: support@render.com
-
services-{serviceId}-routes - Retrieve redirect and rewrite rules GET {{baseUrl}}/services/:serviceId/routes?type=rewrite,redirect&source=<string>,<string>&destination=<string>,<string>&cursor=<string>&limit=20
-
services-{serviceId}-custom-domains - Add custom domain POST {{baseUrl}}/services/:serviceId/custom-domains
-
services-{serviceId}-deploys-{deployId}-cancel - Cancel deploy POST {{baseUrl}}/services/:serviceId/deploys/:deployId/cancel
-
services-{serviceId}-env-vars - Retrieve environment variables GET {{baseUrl}}/services/:serviceId/env-vars?cursor=<string>&limit=20
-
services-{serviceId}-custom-domains-{customDomainIdOrName} - Delete custom domain DELETE {{baseUrl}}/services/:serviceId/custom-domains/:customDomainIdOrName
-
owners-{ownerId} - Retrieve user or team GET {{baseUrl}}/owners/:ownerId
-
owners - List authorized users and teams GET {{baseUrl}}/owners?name=<string>&name=<string>&email=<string>&email=<string>&cursor=<string>&limit=20
-
registrycredentials-{registryCredentialId} - Retrieve registry credentials GET {{baseUrl}}/registrycredentials/:registryCredentialId
-
registrycredentials-{registryCredentialId} - Update registry credential PATCH {{baseUrl}}/registrycredentials/:registryCredentialId
-
registrycredentials-{registryCredentialId} - Delete registry credential DELETE {{baseUrl}}/registrycredentials/:registryCredentialId