API(API)

Website and technology

Website and technology

An API is an agreed way for two systems to exchange data, for example your webshop passing orders to your accounting software.

You request or send data according to fixed rules, without either system needing to know the other's internals. Nearly every modern integration runs this way.

With integrations, watch limits (requests per minute), error handling and what happens when a system is briefly offline. That's where things break in practice, not on the happy path.

Related terms

All terms