v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBBookkeepers
Get bookkeeper
Get an bookkeeper for the given id
get/v6/bookkeepers/{id}
Path parameters
idstring required
The id of the bookkeeper
Response
Success
Example response
{
"data": {
"id": "bkpr_28868401",
"userId": "usr_28868401",
"email": "accountant@example.com",
"firstName": "Jane",
"lastName": "Smith",
"role": "ACCOUNTANT",
"status": "ACTIVE"
}
}