-
Starting from v2024-04-01, we deprecated API Token auth in favor of system access authentication. This means in order to successfully make a system request you must
- Acquire a system access token as detailed in the System Access Tokensguide
- Use the token as a Bearer token in the Authorization header
Authorization: Bearer {system_access_token}