Actcast API

Actcast API #

You can automate device operations by using the Actcast API.

Actcast API v0 #

This version is provided on a trial basis. It may be subject to incompatible changes after a transition period.

See the API reference for details. (Currently only available in Japanese)

API token #

An API token is required to use the Actcast API. Tokens are tied to a group, and each token has a role.

Generating an API token #

  1. Click the Manage API Token button on the group settings page.
    Manage API Token
  2. Click the Generate New button on the API token list page.
    Generate New
  3. Generate a token. The roles that can be associated with the token differ depending on the user’s role. See roles for details.
  4. Make sure to copy the generated token because this is the only time it will be displayed.
    Generated API Token

Roles #

Note that changing the creator’s role does not affect the token’s role.

Admin #

You can specify any role to generate a token.

Generate API Token with Role selection

If not Admin #

When generating a token, the token will be assigned the same role as the creator.

Generate API Token

API token management #

Admin #

  • You can get the list of tokens generated within the group.
    • Every token is masked when it is displayed.
  • You can delete tokens generated within the group.

If not Admin #

  • You can get the list of your own tokens.
    • Every token is masked when it is displayed.
  • You can delete your own tokens.

Back to Home