REST API Response when Access Token is expired

I was wondering if anyone knows what the API response is when the token is expired?

When the token is expired, you will get a 401 (Unauthorized) response code from the REST API.

Gotcha, I’m seeing that now in the documentation, I’ll get a 401 code and for the body I’ll get

<h1>Developer Inactive</h1>

Thanks