Authentication
Anthid endpoints use one or more of the following credential types:
Not every endpoint accepts every credential type. The authentication section on each generated endpoint page is authoritative.
Keep credentials private. Do not embed API keys, user tokens, or service tokens in public client-side code.
REST
REST requests use JSON for both request bodies and responses. IncludeContent-Type: application/json when sending a request body.
Organization API key example:
gRPC
The Streaming API uses an organization API key in gRPC metadata. Clone the public protobuf repository sogrpcurl can load the current split service definition.