Curl Headers
By default, curl doesn't print the response headers. It only prints the response body. To print the response headers, too, use the -i command line argument. Print the Response Headers and Body (together). A popular answer for displaying response headers, but OP asked about request headers. Curl -s -D - -o /dev/null -s: Avoid showing progress bar-D -: Dump headers to a file, but -sends it to stdout-o /dev/null: Ignore response body; This is better than -I as it doesn't send a HEAD request, which can produce different results. (HTTP) Extra header to use when getting a web page. You may specify any number of extra headers. Note that if you should add a custom header that has the same name as one of the internal ones curl would use, your externally set header will be used instead of the internal one. This allows you to make even trickier stuff than curl would normally do.
To add a header to a cURL request, you need to use the -H command-line option and pass the name and value of the HTTP header in enclosed quotation marks. Headers without values must be followed by a semicolon. The number of cURL request headers is not limited. You can add as many cURL headers as you like. In this cURL header example, we are sending the X-Custom-Header and Content-Type request headers to the ReqBin echo URL.
Introduction
This API will update a hierarchy level (also known as 'division') in your existing Hierarchy.
Good to know
API response format:
Our APIs return data in either JSON or XML format (depending on request by .json or .xml).
Curl Headers
About this API
Resource Information
Response formats | JSON (default), XML |
HTTP Method | PUT |
Response family | Hierarchy |
Header | Authorization: api_key XXXXX |
Resource URL
Europe Production Server:https://api.eu.customergauge.com/v4.1/hierarchy.json
US Production Server:https://api.us.customergauge.com/v4.1/hierarchy.json
Australia Production Server:https://api.au.customergauge.com/v4.1/hierarchy.json
How to call
PUT Data
Update data as key value.
Curl H Header Example
Parameters
Key | Data |
division (required) | Amsterdam |
division_to_update | North Holland |
parent | Netherlands |
Example Request
To call this API through cURL:
Example Result
Php Curl Headers
Message reported on successful operation:
Message reported on failed operation:
Not the API you're looking for?
Related APIs:
Or view: