GET
/articles/{articleId}Retrieve an article
Parameters
articleIdstring · uuidpathRequiredResponses
200Article found
responseArticleOptional404Article not found
Example request
cURL
curl -X GET \
'https://api.example.com/articles/{articleId}' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'