curl --request GET \ --url 'https://YOURSITE.konstant.ly/openapi/v1/invites/123' \ --header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv'
{ "invite": { "id": 123, "email": "john.doe@example.com", "createdAt": 1234567890, "inviteUrl": "http://YOURSITE.konstant.ly/signup/1qaz2wsx3edc4rfv" } }
Get invitation by ID
Show Invite object properties
Show Error object properties
Was this page helpful?