Get Service Profile fails

Hi
I try to call /api/service-profiles?limit=1

When I call it using Global API Token - it returns
{
“error”: “object does not exist”,
“code”: 5,
“message”: “object does not exist”,
“details”: []
}

When I do the same call using token I copy from regularly logged in user - I get a proper response with 1 item.

Any ideas?