For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ping

Test endpoint for the Studio public API

get

Allows for verification of a consumer's plumbing to the public API.

Authorizations
AuthorizationstringRequired
Responses
200

If called with correct authentication, this API should have a text reply of 'pong'.

text/plain
stringOptionalExample: pong
get/ping
GET /api/public/v1/ping HTTP/1.1
Host: tw.instructuremedia.com
Authorization: YOUR_API_KEY
Accept: */*
pong

Last updated

Was this helpful?