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 are: application/xml application/json |
Content-Type | Yes | Not Applicable | The standard HTTP header indicating the type of request data sent. Supported values are: 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} |