improved
API-v4 / Authentication - March 17, 2021
over 3 years ago by Thomas Kerr
The response for a v4 token has changed slightly.
See below for a sample response. You will use the access_token in the header of your v4 requests now.
{
"access_token": "aaaaaaaaaa.bbbbbbbbbb.cccccccccc-dddddddddd",
"expires_in": 36000,
"refresh_expires_in": 86400,
"refresh_token": "eeeeeeeeee.ffffffffff.gggggggggg",
"token_type": "Bearer",
"not-before-policy": 0,
"session_state": "hhhhhhhhhh-jjjj-kkkk-llll-mmmmmmmmmmmm",
"scope": "email profile"
}