Skip to content

Api proxy credentials

api_proxy_credentials

  • Schema: public
  • PK: api_proxy_credentials_id (uuid, gen_random_uuid())

Columns

Column Type Nullable Default Notes
api_proxy_credentials_id uuid NO gen_random_uuid() PK
api_proxy_id uuid NO FK to api_proxy_services
api_proxy_token varchar NO Bearer token for proxy access
created_time timestamp YES now()

Key indexes

  • api_proxy_credentials_pkey on (api_proxy_credentials_id)

Notes

  • Tokens issued to external consumers to call an API proxy service.
  • Each proxy service can have multiple tokens.