cURL
curl --request GET \ --url https://app.blogbowl.io/api/v1/authors/{id}
{ "id": 123, "first_name": "<string>", "last_name": "<string>", "formatted_name": "<string>", "email": "<string>", "position": "<string>", "short_description": "<string>", "long_description": "<string>", "slug": "<string>", "active": true, "avatar": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Author ID
Author details
First name
Last name
Formatted name
Author email
Author position
Short description
Long description
Author slug
Author active flag
Avatar URL
Creation date
Updated date