Athena
ProvisionProvidersNeon

Provision/register a Neon Postgres database via management API

Requires `X-Athena-Client` and a client-bound API key with `management.provision.write`.

POST
/management/provision/providers/neon

Header Parameters

X-Athena-Client*string
apikey*string

Request Body

application/json

Response Body

application/json

curl -X POST "https://athena-cluster.com/management/provision/providers/neon" \  -H "X-Athena-Client: string" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}