Get Article by Slug.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/articles/getBySlug/{slug} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "id": "{{objectId}}", "slug": "droopy-nose" } }
lang
"droopy-nose"
OK
Was this page helpful?