@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api TruAnon Private API
@base https://staging.truanon.com/api
@auth Bearer token
@endpoints 2
@toc api(2)

@endpoint GET /api/get_profile
@desc get_profile Private API: Request confirmed profile data for your unique member ID
@optional {id: str # This is your unique username or member ID, service: str # The service name given to you by TruAnon}

@endpoint GET /api/request_token
@desc request_token Private API: Request a Proof token to let the member confirm in a popup interface          {"id":"qjgblv72bzzio","type":"Proof","active":true,"name":"New Proof"}  Step 2
@optional {id: str # This is your unique username or member ID, service: str # The service name given to you by TruAnon}

@end
