Render Public API Copy

Number of APIs: 48

Manage everything about your Render services

Contact Support: Name: Render API Email: support@render.com

  1. 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

  2. services-{serviceId}-custom-domains - Add custom domain POST {{baseUrl}}/services/:serviceId/custom-domains

  3. services-{serviceId}-deploys-{deployId}-cancel - Cancel deploy POST {{baseUrl}}/services/:serviceId/deploys/:deployId/cancel

  4. services-{serviceId}-env-vars - Retrieve environment variables GET {{baseUrl}}/services/:serviceId/env-vars?cursor=<string>&limit=20

  5. services-{serviceId}-custom-domains-{customDomainIdOrName} - Delete custom domain DELETE {{baseUrl}}/services/:serviceId/custom-domains/:customDomainIdOrName

  6. owners-{ownerId} - Retrieve user or team GET {{baseUrl}}/owners/:ownerId

  7. owners - List authorized users and teams GET {{baseUrl}}/owners?name=<string>&name=<string>&email=<string>&email=<string>&cursor=<string>&limit=20

  8. registrycredentials-{registryCredentialId} - Retrieve registry credentials GET {{baseUrl}}/registrycredentials/:registryCredentialId

  9. registrycredentials-{registryCredentialId} - Update registry credential PATCH {{baseUrl}}/registrycredentials/:registryCredentialId

  10. registrycredentials-{registryCredentialId} - Delete registry credential DELETE {{baseUrl}}/registrycredentials/:registryCredentialId