Retrieve environment variables

GET /v1/env/

Responses

  • 200

    Environment Variables Retrieved

    Hide response attributes Show response attributes object
    • DB_HOST string

      Database host from environment

    • GRPC_SERVER string

      gRPC server from environment

GET /v1/env/
curl \
 -X GET https://api.infura.ai/v1/env/ \
 -H "x-api-key: $API_KEY"
Response examples (200)
{
  "DB_HOST": "string",
  "GRPC_SERVER": "string"
}