How to Configure a Vimeo Token

How to Configure a Vimeo Token

The Vimeo Token feature allows administrators to integrate their Vimeo account with the Think Exam platform. Once configured, the platform can securely access Vimeo-hosted videos for supported features and services.

Administrators can add, view, edit, or delete the configured Vimeo token from the Admin Panel.

Admin Settings → Vimeo Token

Adding a Vimeo Token

Navigate to Admin Settings → Vimeo Token.
Click on  "Add" Button
Enter the Vimeo Token in the provided text box.

Set the Status as:
Active – Enables the Vimeo integration.
Inactive – Disables the Vimeo integration.
Click Save to store the configuration.

Managing the Vimeo Token

After saving the token, administrators can manage it using the available action icons.
Edit Token – Click the Pencil icon to modify or replace the existing Vimeo token.
Delete Token – Click the Recycle Bin icon to permanently remove the configured Vimeo token.


Viewing the Vimeo Token

  1. Administrators can revisit the Vimeo Token page at any time to:
  2. View the configured Vimeo token.
  3. Verify the current integration status.
  4. Update the token if it has expired or needs to be replaced.
  5. Delete the token if it is no longer required.

Important Notes

  1. A valid Vimeo token is required for successful integration with Vimeo.
  2. Ensure the token has the necessary permissions based on your organization's requirements.
  3. Keep the Vimeo token confidential and do not share it with unauthorized users.
  4. If the Vimeo token is revoked or regenerated in Vimeo, update the new token in the Think Exam Admin Panel.
  5. Deleting the token or setting its status to Inactive disables the Vimeo integration until a valid token is configured and activated again.
    • Related Articles

    • Candidate Login / Token Creation

      POSTCandidate Login / Token Creation This API will be used to log in a candidate. Request Parameters: email and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...
    • How to Configure Candidate Registration Fields?

      The Candidate Registration section allows administrators to configure the fields that candidates must fill in during self-registration on the portal. To access this section: Log in to the Admin Portal. Navigate to Admin → Settings. From the left ...
    • Candidate Assigned Exam List

      POSTCandidate Assigned Exam List This API will be used to retrieve all of the tests issued to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...
    • Fetch All event List

      POST Fetch All event List This API will be used to retrieve question-by-question score details from the test submitted by the candidate. Tokens must be given as headers, and the token will be obtained from the Candidate Login / Token Creation API. ...
    • Candidate Submitted Exam List

      POSTCandidate Submitted Exam List This API will be used to retrieve all of the tests submitted to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...