Buscar um autor

Retorna detalhes de um autor especificado pelo ID.

GET - 200

{
  "success": true,
  "data": {
    "id": 1,
    "detail": "Nome do autor",
    "type": 1,
    "user_id": 1,
    "user_uid": 1,
    "automation_id": 1,
    "import_id": 1,
    "form_id": 1
  }
}
Language
Click Try It! to start a request and see the response here!