action lyft_get_profile { label: "The user's general info" description: "The v1 of this endpoint returns the user's ID, v2 will return more general info about the user. We require authentication for this endpoint, so we extract the user ID from the access token.\n" provider: lyft method: GET path: "/profile" encoding: json output: { type: "object" additionalProperties: true } }