Skip to content

APIs & Integration

REST API

Representational State Transfer API

A common web API style that uses standard HTTP methods and resource-based URLs.

Example

A client sends an HTTP GET request to a service and receives structured data.

Why people use it

Knowing how “REST API” works helps teams connect systems reliably and troubleshoot integrations.

What you'll hear

“How are we using REST API to connect the model to the rest of the product?”

Related terms