Defining endpoints
An endpoint can represent either a single API call or it can be a composite endpoint whereby multiple endpoints can be called in sequence.
An endpoint ins defined within a specific service and is created if a service definition is imported.
An endpoint contains this information:
- Name - the unique identifier of the endpoint.
- Description - information that describes the purpose of the endpoint.
- Category - can be used to group together related endpoints.
- Request - details about the request.
- Success and error response - details about the success and error response.