API
Reference

Reference

GET /status

Get a status of API key.

Example request

curl --request GET \
 --url https://api.signupgate.com/v1/status \
 --header 'accept: application/json' \
 --header 'Authorization: Bearer [YOUR_API_KEY]'

Example response

{
  "success": true,
  "data": {
    "status": "ok"
  }
}

GET /check

Coming soon