v1

latestSwagger 2.0Apache 2.02026-07-17383679.6 KB
Authors

Get an author

Returns the information of an author by their ID

get/admin/api/author/{authorId}

Path parameters

authorIdstring required

Author ID

Response

OK

colorIdstring
idstring
namestring
timestampinteger
tokenstring

Example response

{
  "colorId": "#ff0000",
  "id": "a.s8oes9dhwrvt0zif",
  "name": "John Doe",
  "timestamp": 1704067200000
}