curl -X GET "https://<your-api-host>/api/validate-key" \
  -H "Authorization: Bearer <YOUR_API_KEY>"
Authorization
string
required
Bearer token from the Snippet mobile app. Format: Bearer YOUR_API_KEY.
curl -X GET "https://<your-api-host>/api/validate-key" \
  -H "Authorization: Bearer <YOUR_API_KEY>"