Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel2

...

Browse through the API Catalog

‌The API Catalog allows you to browse through APIs as well as search APIs directly.

...

  • Grid View: (default view) APIs are represented by tiles that contain details about the API, such as the version, the creator, and when the API version was last updated. Only a handful of some APIs are displayed in the Catalog. To scroll through more APIs, click View More.

  • List View: In this view, APIs are listed in a scrolling page with columns indicating the version, creator, last time updated, a truncated description which you can expand, and tags.

...

You can view the details of any API by clicking anywhere on the API tile or its name when in the list view. Clicking the API displays the documentation of that API.

...

  • Version: The version of the API.

  • Created by: The creator of the API.

  • Updated: The last time the API version was updated.

  • Base URL: The endpoint by which you can invoke the API.

  • Description: A description of the API functionality.

  • Tags: Metadata labels of the API used to categorize the API contents.

  • Other Versions: The other specific Other versions of the API, which can be access accessed through the versions version link.

  • Contact: The contact information (email and Slack) of the administrator of the API.

  • Categories: The API Catalog categories under which the API falls.

You can also view the various HTTP methods and endpoints of the API below the details.

To return back subscribe to the API, click the Subscribe button, then select or create the application to which you want to add the subscription. Note: The Subscribe button appears only if the API was published with Allow Subscriptions enabled.

...

To return to the API catalog, click Back to SearchCatalog on the top left corner of the page.

Anchor
view-and-try-out-api
view-and-try-out-api
View

...

Click the HTTP method to view the parameters, request, and response schema for that path resource in the API specification file.

...

and Try Out an API

You can try out custom APIs while viewing the API’s documentation in the Developer Portal.

Prerequisites

To try out the API,

  1. Expand one of the panels that show an HTTP method and an API endpoint.

    An expanded API endpoint with the Try it out buttonImage Added
  2. Click the Try it out button at the top right of the expanded panel.

  3. Fill in the values in the Parameters section.

  4. Verify the results in the Responses section.