WorkCloud Docs

Quickstart

Fast setup steps to use WorkCloud and call your first API endpoint.

VI

1) Create your account

Sign up for WorkCloud and verify your email address.

2) Sign in

After signing in, you can access apps across WorkCloud subdomains.

3) Create an API Key for integrations

Create an API Key in your account API Keys management area before calling protected API endpoints.

Note: regular user session login is not the recommended authentication mechanism for API integrations.

4) Get API base URL

Current API base URL:

https://api.workcloud.vn

5) Try a request with X-API-Key

curl -X GET "https://api.workcloud.vn/v1/tools" \
	-H "X-API-Key: YOUR_API_KEY"

6) Continue with API docs

Go to API Reference for endpoint details and schemas.

On this page