# List titles This endpoint lists all titles. Endpoint: GET /v2/titles Version: 1.0 Security: OAuth2 ## Query parameters: - `cursor` (string,null) - `limit` (integer,null) - `name` (string,null) ## Response 200 fields (application/json): - `next_cursor` (string,null) - `items` (array, required) - `items.id` (string, required) - `items.name` (string, required) Name of the title