@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Authentication
@base https://api.personio.de/v1
@version 1.0
@endpoints 1
@toc auth(1)

@endpoint POST /auth
@required {client_id: str, client_secret: str}
@returns(200)

@end
