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.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Responses
200

Successful response

text/plain
Responsestring
get
/ping
200

Successful response

Last updated