Quick Start
Make your first API call in seconds. The Poyst API uses standard REST conventions and returns JSON responses.
Say hello
shell
curl https://api.poyst.com/v1/hello \
-H "Accept: application/json"
Response:
json
{"message": "Hello from Poyst API"}
Next steps
- Read the Authentication guide to secure your requests
- Browse the API Reference for all available endpoints