HTTP Header Parameters
Below is the table of HTTP header parameters available while submitting a request, along with their descriptions of appropriate values:
| HTTP Header | Required | Default Value | Description |
|---|---|---|---|
| Accept | No | application/json | The standard HTTP header indicating the type of response accepted. Supported values arevalue is: application/xml application/json |
| Content-Type | Yes | Not Applicable | The standard HTTP header indicating the type of request data sent. Supported values arevalue is: application/xmlapplication/json text/csv (for specific endpoints of Places API) |
| Authorization | Yes | Not Applicable | The HTTP Authorization request header contains the credentials to authenticate a user. Supported values are: Bearer {access_token} |