Basics
Check connection: GET /is-connected
Ellenőrzi, hogy a kulcs érvényes munkaterületre mutat-e.
Path
Method and path
GEThttps://api.posty.hu/public/v1/is-connected
Authorization
No scope required.
operationId
isConnectedTells you whether the credential you sent points at a valid workspace. Call this first after you create a key. If it works, authentication is fine, and every later error is about the request itself.
Request
curl https://api.posty.hu/public/v1/is-connected \
-H "Authorization: psty_a_kulcsod"Response
Example response structure. The OpenAPI document contains the authoritative schema for each field.
{ "connected": true }Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.