Get Author by Slug.
cURL
curl --request GET \ --url https://api.octaviatech.app/cms/authors/getBySlug/{slug} \ --header 'x-api-key: <api-key>'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "id": "{{objectId}}", "name": { "en": "John Carter", "es": "Juan Carter" }, "slug": "john-carter", "role": "Editor" } }
Documentation IndexFetch the complete documentation index at: https://developers.octaviatech.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.octaviatech.app/llms.txt
Use this file to discover all available pages before exploring further.
"john-carter"
OK
Was this page helpful?