Getting API Tokens
API Tokens can be used to authenticate a script or other processes that are accessing the Scope GraphQL API.
Create a new API Token
To create a new API token in the WorkLink CMS, follow these steps:
Log in to the CMS with your company admin account
Click on Company Info in the side-nav
Click on the API Tokens tab
Click on the Create API Token button
Enter a name for a new API Token
Â
For Group Access, either select All Groups if company admin access level is required which allows your process to read and write any data regardless of group and make any changes as a company administrator, or Choose Groups to limit access to certain groups including reading user, content, and session data associated with the groups selected, and update user data associated with the groups selected.
Click on Save
After a new API Token is successfully created, it will never expire and will be valid until it is deleted.
Using API Tokens
To copy the token and paste it to your script, follow these steps:
Log in to the CMS with your company admin account
Click on Company Info in the side-nav
Click on the API Tokens tab
Click on the edit icon for the API Token desired
Click on the copy icon in the Token field
Paste to your script or GraphQL client