Notification

The AppSheet Help Center documentation can now be viewed in Japanese - AppSheet ヘルプセンターのドキュメントが日本語で表示できるようになりました。. Learn more

요청한 페이지는 현재 사용 중인 언어로 제공되지 않습니다. 페이지 하단에서 다른 언어를 선택하거나 Chrome에서 기본 제공되는 번역 기능을 사용해 웹페이지를 원하는 언어로 바로 번역할 수 있습니다.

Manage and monitor your team using the API

Notes:
  • Teams are supported for AppSheet Enterprise accounts only.
  • You must be team root or admin to manage and monitor your team using the API.

You can use the AppSheet API to to perform the following tasks:

The following sections provide general guidance for using the AppSheet API to monitor and manage teams:

Required headers

To call the AppSheet team APIs, you need to pass the following headers:

Header

Description

AccessKey

API key.

To generate an API key:

  1. Navigate to My Account > Settings.
  2. Under API Settings click Generate Api Key.
  3. Click Save.

UserId

Your user account ID.

Use curl

The examples throughout the documentation use curl to demonstrate how to use the AppSheet API. curl is an open source, command-line tool for transferring data with URL syntax, supporting common protocols such as HTTP and HTTPS.

The following table summarizes the curl command-line options used in the examples.

Option

Description

-H
--header

Defines a request header. See Required headers.

-X

Specifies the type of request (GET, POST, and so on).

The following provides an example AppSheet API call using curl:

curl https://{appsheet-region}/api/v2/admin/reports/usage \
  -X GET \
  -H "AccessKey: DcTx1-TFq3c-7ka6t-PcnnI-7d0dO-M4wTm-vWwx0-1KBte" \
  -H "UserId: 1234567"

Where:

Variable Description

{appsheet-region}

Domain used to invoke the API based on the supported data residency regions. Valid values include:

  • Global: www.appsheet.com
  • EU: eu.appsheet.com

NoteThe api.appsheet.com domain is still supported, but has been deprecated.

  •  

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

Search
Clear search
Close search
Main menu
9557636690467469912
true
Search Help Center
true
true
true
false
false