Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 574 Bytes

authentication.md

File metadata and controls

17 lines (11 loc) · 574 Bytes

Authentication

GET /v2/authentication.json

Returns status code. You can check a users credentials with this endpoint.

curl --request GET --user "[email protected]:password" https://api.feedbin.com/v2/authentication.json

You'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 OK will be returned if credentials are valid
  • 401 Unauthorized will be returned if credentials are invalid