cURL
curl --request GET \ --url https://hypodash.com/v1/article/{article} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "title": "<string>", "body": "<string>", "status": "<string>", "published_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Article ID
Article