73.9k views
3 votes
What are the 4 types of API?

1 Answer

5 votes

Answer:

- Open APIs

- Internal APIs

- Partner APIs

- Composite APIs

Step-by-step explanation:

Open APIs (also known as external or public APIs) - These APIs are intended to be used by developers outside of the organization that created them. They are publicly available and can be accessed by anyone with an internet connection.

Internal APIs (also known as private APIs) - These APIs are used within a specific organization or company to share data and resources between different teams or departments. They are not intended for external use and are only accessible within the organization.

Partner APIs - These APIs are specifically designed for use by a specific partner or group of partners. They are typically used to integrate the services of one organization with those of another.

Composite APIs - These APIs combine data and functionality from multiple different APIs into a single interface. They allow developers to access multiple APIs through a single endpoint, making it easier to use and manage multiple APIs in a single application.

User Hiren Gujarati
by
8.2k points