cURL
curl --request GET \ --url https://api.hofj.com/v1/articles/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "title": "<string>", "slug": "<string>", "publishedAt": "2023-11-07T05:31:56Z", "description": "<string>", "coverUrl": "<string>", "tagIds": [ "<string>" ] } }
Use Authorization: Bearer <access_token> from POST /v1/oauth/token, or Authorization: Bearer <api_key>. Dev-only example key (do not use in production): see repository README.
Authorization: Bearer <access_token>
POST /v1/oauth/token
Authorization: Bearer <api_key>
OK
Show child attributes