@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api spec
@base https://api.ote-godaddy.com
@endpoints 1
@toc agreements(1)

@endpoint GET /v1/agreements
@desc Retrieve Legal Agreements for provided agreements keys
@required {keys: any # Keys for Agreements whose details are to be retrieved}
@optional {X-Private-Label-Id: any # PrivateLabelId to operate as, if different from JWT, X-Market-Id: any # Unique identifier of the Market used to retrieve/translate Legal Agreements}
@returns(200) Request was successful
@errors {400: Request was malformed, 401: Authentication info not sent or invalid, 403: Authenticated user is not allowed access, 429: Too many requests received within interval, 500: Internal server error}

@end
