"Self" API


Overview

The “Self” API returns detailed information about the logged-in user.

The following API URL is used:

API Name URL Documentation
Self https://api.mist.com/api/v1/self https://api.mist.com/api/v1/docs/Auth#self

Notice that this endpoint requires user authentication.


Exercise

Run the Python exercise below to fetch and display the Mist user’s “Self” information.