GRGlobalRouter Docs
Console

GlobalRouter API

API keys API

API key APIs use a management key authorized by a Workspace Owner in Portal to manage API keys owned by the current owner.

Endpoints

Choose an endpoint to open its dedicated reference page. On desktop, each endpoint page includes parameter reference, curl examples, and response examples.

MethodEndpointDescription
GET/api/v1/keyReads masked information for the API key used by the current request.
GET/api/v1/keysLists API keys owned by the current calling key's owner.
GET/api/v1/keys/{key_ref}Reads masked information for one API key by key reference.
POST/api/v1/keysCreates a new tenant API key.
PATCH/api/v1/keys/{key_ref}Updates an API key's name, scopes, model ranges, source IPs, or rate limit.
DELETE/api/v1/keys/{key_ref}Revokes an API key.