@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Flight Check-in Links
@base https://test.api.amadeus.com/v2
@version 2.1.3
@endpoints 1
@toc reference-data(1)

@endpoint GET /reference-data/urls/checkin-links
@desc Lists Check-in URLs.
@required {airlineCode: any # Airline code following IATA or ICAO standard - e.g. 1X; AF or ESY  [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)  [ICAO airlines table codes](https://en.wikipedia.org/wiki/List_of_airline_codes)}
@optional {language: any # Check-in page language with one of the following patterns 'languageCode' (e.g. EN) or 'languageCode-IATAcountryCode' (e.g. en-GB).   Default value is **en-GB** (used when required language is not available or when no value is specified).}
@returns(200) Successful Operation
@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 32171     | MANDATORY DATA MISSING}

@end
