Description of what the API does
Request
Input params:
id(int) - The ID of the endpoint to retrieve. Required if no external_id.
Example:
{
"id": 123,
"name": "Example Endpoint",
"description": "This is an example API endpoint",
"url": "/api/endpoint",
"methods": ["GET", "POST"]
}
Response
Output params:
field(int) - Include only fields not documented in the input params.
HTTP Status Code: 200 OK
Response Body:
{
"id": 123,
"name": "Example Endpoint",
"description": "This is an example API endpoint",
"url": "/api/endpoint",
"methods": ["GET", "POST"]
}
