Tools

cURL Builder

Generate a copy-ready cURL command from a method, URL, headers, and body.

Include response headersAdd -i to the command
HeadersOne Header-Name: value per line
BodyOptional raw JSON or text
Generated cURLShell-quoted for safe copy/paste
curl -X 'GET' 'https://api.example.test/scim/v2/Users' \
  -H 'Accept: application/scim+json' \
  -H 'Authorization: Bearer <access-token>'

Private by design

Nothing is uploaded, logged, or saved. Avoid pasting live secrets into shared screens.