Discussions

Ask a Question
Back to All

How can I identify where the add-on is added.

When an Add-on is added to any account, we authorize it by generating the access token and refresh token.
{
"access_token": "your_access_token_here",
"expires_in": 3600,
"token_type": "bearer",
"scope": "read_customers read_jobs",
"refresh_token": "your_refresh_token_here"
}
We receive this output, but we cannot identify where our Add-on is added as we do not receive any location ID or anything similar.