Skip to main content

RG_LIVE Callable Routes

RouteMethodAuthPurpose
/api/keys/createPOSTx-api-key or Authorization: Bearer or apiKey in bodyCreate a key for a specific script
/api/keys/verifyPOSTx-api-key or Authorization: BearerValidate a key for a specific script

Auth Rules

  • API key must belong to the same scriptId in script_api_keys.
  • If key and script do not match, API returns 401.