Docs API Client KV Value Colorization Reference

KV Value Colorization Reference

A cheat sheet for every value pattern the API editor colorizes — variables, auth schemes, MIME types, UUIDs, dates, booleans, and more.

Variables

PatternStateColor
{{baseUrl}}Resolvedgreen
{{missingVar}}Unknownred
Hover any variabletooltip shows resolved value

Authentication

PatternColor
Bearer ...pink prefix + cyan token
Basic ...pink prefix + cyan token
Token ...pink prefix + cyan token

Common types

PatternColorExample
MIME typegreenapplication/json
URLblue (underlined)https://api.example.com
UUIDpurple0193ed40-...
Emailpurple[email protected]
Phonecyan+1 555 123 4567
Boolean truegreentrue
Boolean falseredfalse
Numberyellow42 · 3.14
Date / ISO timestampcyan2026-04-24T12:00:00Z
Hex colorswatch + value#06b6d4

Where it works

  • Header values
  • Query parameter values
  • Form-data values
  • Variable / Auth records
  • Pre-request and test script editors

Colorization is render-time only — it never changes the value you save or send.

Last updated 3 hours ago

No matches.