Returns status code. You can check a users credentials with this endpoint.
curl --request GET --user "example@example.com:password" https://api.feedbin.com/v2/authentication.jsonYou'll need to include the credentials using HTTP basic auth. You can set this through the Authorization header or using your favorite HTTP library's built in support for it.
Status Codes
200 OKwill be returned if credentials are valid401 Unauthorizedwill be returned if credentials are invalid