Create a new API
- Log in to IBM Bluemix. Click your API Connect service tile. You should see the API Connect dashboard.
- Click Sandbox.
- Click Settings.
- Click Show to view the automatic subscription ID. Make a note of this ID.
- Click Endpoints. Make a note of the endpoint.
- Click the Menu icon > Drafts.
- Click APIs.
- Click Add and then click New OpenAPI from scratch.
- For the name of the new API, enter
Checking
. Then, click Add a product.
- For the name of the product, enter
Checking
. Then, click Create API.
- Click Paths.
- Click + to create a new path. Set the name of the new path to
/checkRequest
.
- Click the Trash can icon to remove the GET operation.
- Click Add Operation > POST.
- Click Add Parameter > Add new parameter.
- In the Name field, enter
body
. Set the Located In field to Body. Select the Required check box. Set the type to String.