General

This section contains endpoints that provide general functionality for the Make API.

Ping

get
/ping

Pings the Make API service. Successful response contains plain text.

Authorizations
Responses
200

Successful response

text/plain
Responsestring
get
/ping
GET /api/v2/ping HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful response

pong

Last updated