π£οΈEnv. Variables
Ensure the safe storage and retrieval of sensitive information via environment variables, maintaining confidentiality while facilitating usage within test prompts.
Last updated
Ensure the safe storage and retrieval of sensitive information via environment variables, maintaining confidentiality while facilitating usage within test prompts.
Last updated
curl -X DELETE "https://api.example.com/users/123/order-history" -H "Authorization: Bearer {{env.apitoken}}"