Retrieve all available expiration dates for options contracts of a specific underlying symbol. Returns a list of dates when options for the specified ticker expire.
Use Case: Build an options chain interface by first fetching available expiry dates for a stock like AAPL, then loading contracts for each date.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The underlying stock symbol (e.g., AAPL, TSLA, SPY)
Successful response
List of expiration dates in YYYY-MM-DD format