Verify API key

Test authentication and get your account info.

GET Endpoint

GET https://pushftp.com/api/me

Response

{
  "id": "user_abc123",
  "email": "[email protected]",
  "plan": "business",
  "createdAt": "2026-03-15T12:00:00.000Z"
}

Returns 401 if the API key is invalid or missing.