@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
@desc Request Authentication Token
@required {client_id: str # API Client id, client_secret: str # API Client secret}
@returns(200) Authentication token response

@end
