latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Accounts

Get an account by name

Retrieve an account by name

get/accounts/{name}

Path parameters

namestring required

Response

Retrieved

idstring required
account_typestring required
namestring required
display_namestring
descriptionstring

Example response

{
  "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
  "account_type": "user",
  "name": "ladybugbot",
  "display_name": "Ladybug Bot",
  "description": "Beep Boop!"
}