Share an API

You can easily share your APIs with other users and teams on API Hub for Design. How you share an API depends on whether it is public or private and on the access level (designer or consumer) you want other people to have.TeamsPublic and Private APIs

Grant consumer (view) access

How you do this depends on whether your API is public or private.

Public APIs are visible to anyone on API Hub for Design – both registered users and anonymous viewers. To share your public API with other users, copy your API link from the browser’s address bar and send it to your colleagues, partners, or customers:

Copying API URL from browser address bar

Viewers do not need a API Hub for Design account to view your public API and do not count towards your plan limits.

Private APIs are visible only to the API owner and organization members. To share your private API with other users, you need to add them as consumers or designers. These users need a API Hub for Design account to view your API. The users do not need to be members of your organization, and they can be external viewers.Resource RolesManage Resource Access

To add users to your private API:

  1. Open your API page on API Hub for Design.

  2. Click the share.png Share button.

  3. Add the users or teams you want to grant view access to.

    Sharing and roles

The selected users will receive an email with a link to your API. You can also send them the link yourself.

The total number of users you can add depends on your plan.

What Consumer Access Means

Consumers can:

  • View interactive API docs and use the “try it out” functionality.

  • View the YAML code of your API spec and download the spec in the YAML or JSON format.

Granting designer access

To allow other users to edit your API, you need to add them as designers. This applies both to public and private APIs. All designers need a API Hub for Design account. Designers can be members of your organization or they can be external users.Resource Roles

To grant designer access to other users:

  1. Open your API page on API Hub for Design.

  2. Click the share.png Share button.

  3. In the Collaborate section of the dialog, enter the email addresses of the users you want to grant access to and click the Send Invitations button.

    Sharing and roles

The selected users will receive an email with a link to your API. You can also send them the link yourself.

Concurrent editing

Multiple users can edit the same API definition simultaneously. However, when somebody saves their changes, they can overwrite the changes made by others. To prevent data loss, during editing, API Hub for Design displays a warning every time someone saves their changes to the definition:

Editing Swagger definitions in SwaggerHub: Warning on concurrent editing

Also, if somebody changed the API definition while you were editing it, API Hub for Design will warn you before saving your changes:

Editing Swagger definitions in SwaggerHub: Message on overwriting changes

To avoid data loss in this case, we recommend saving your API to a file and then merging it with the API stored in API Hub for Design. You can merge specifications using the API Hub for Design Compare and Merge feature or an external merge tool.

Also, we recommend that you use comments to coordinate your work with others.

See Also

Publication date: