@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
@required {keys: any}
@optional {X-Private-Label-Id: any, X-Market-Id: any}
@returns(200)
@errors {400, 401, 403, 429, 500}

@end
