Create Composite Endpoints
You can define composite endpoints to call multiple APIs in sequence, passing the output of one API as the input to the next.
About this task
Example use cases for composite endpoints
include:
- Call a logon API to get an authorization token, and use that token in a subsequent call.
- Call an API to look up the identifier of a particular record, and then perform some operation on that record.
Follow these steps to create a composite endpoint.