This request {method.description}.
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET {baseUrl}{method.path} ?{key}={value}& HTTP/1.1
Host: {host}
X-Authorization: access-token
This request {method.description}.
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST {baseUrl}{method.path} HTTP/1.1
Host: {host}
X-Authorization: access-token
Content-Type: {contentType}
Content-Length: length
{key}={value}&
HTTP/1.1 200 OK
Content-Type: {method.response.type}
Content-Length: length
{method.response.data}
| Name | Type | Description |
|---|---|---|
| {definition.name} | {definition.type} | {definition.description -> f:format.raw()} |