Ping
Allows for verification of a consumer's plumbing to the public API.
Authorizations
Responses
200
If called with correct authentication, this API should have a text reply of 'pong'.
text/plain
ResponsestringExample:
pong
401
Authorization information is missing or invalid.
get
GET /api/public/v1/ping HTTP/1.1
Host: tw.instructuremedia.com
Authorization: YOUR_API_KEY
Accept: */*
pong
Last updated
Was this helpful?