HTTP Request
Last updated
Was this helpful?
Last updated
Was this helpful?
METHOD
Http Methods of API
GET, POST, PUT, DELETE, PATCH HEAD, OPTIONS
URL
API URL
e.g.) https://api.outcode.biz/endpoint
PARAMS
Key-Value Querystring (Optional)
e.g.) name=outcode
HEADERS
API Request Headers (Optional)
e.g.) Content-Type (Key) application/json (Value)
BODY
Request Body (Optional)
e.g.) { "name" : "outcode" }
For details about the data returned in the execution results, please refer to the documentation provided by your API provider.