API

Please log in to see you API key.

Post a ping

  curl 'https://pinggy.com/api/pings' \
    -H 'Content-Type: application/json' \
    -H 'x-api-key: YOUR-API-KEY' \
    -d '{"text":"Hello"}'
      

Read public pings

  curl -X GET 'https://pinggy.com/api/pings'
      

Read user pings

  curl -X GET 'https://pinggy.com/api/pings/@username'
      

Read tagged pings

  curl -X GET 'https://pinggy.com/api/pings?tag=tagname'
      
Note: Update your password to change your API key.
{{toast.message}}