Base URL
Examples use:Authentication
Send your API key as a bearer token:JSON encoding
The REST API uses protobuf JSON mapping.| Protobuf type | JSON form |
|---|---|
string, bool, double | ordinary JSON string, boolean, or number |
uint64, int64 | string or number depending on field and client encoder; use strings for large values when in doubt |
bytes | base64 string |
| enum fields | enum names such as NETWORK_DEVNET, unless a field explicitly documents a legacy string |
google.protobuf.Struct | JSON object |
Request mapping
Fields in the path template go in the URL. Remaining scalar fields onGET
requests become query parameters.
POST, PUT, and PATCH endpoints, the request body is the full request
message unless noted otherwise.

