curl --header

From wikieduonline
Revision as of 09:36, 5 September 2022 by Cry (talk | contribs)
Jump to navigation Jump to search

curl --header or  curl -H

Examples

curl --header 'X-JFrog-Art-Api: 1234567890'
curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/notification_settings


curl -H "Content-Type: application/json"  --request POST --data '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login
curl \
 -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) \
 -H "Content-Type: application/json; charset=utf-8" \
 https://analyticsadmin.googleapis.com/v1alpha/accounts

Related

See also

Advertising: