GET {method.path} restricted restricted

This request {method.description}.

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

Request example

GET {baseUrl}{method.path}?{key}={value}& HTTP/1.1
Host: {host}
X-Authorization: access-token

POST {method.path}

This request {method.description}.

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

Request example

POST {baseUrl}{method.path} HTTP/1.1
Host: {host}
X-Authorization: access-token
Content-Type: {contentType}
Content-Length: length

{key}={value}&

Response example

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()}