CMAPI (Classmethod Members API)
In the Classmethod Members, it is possible to retrieve and manipulate information via API.
To use the API, you need to obtain an API key. You can manage the API key from the Members User Details screen of the signed-in user.
tip
- CMAPI is currently in beta. It may be changed or removed without notice. Also, please note that we do not provide support for the use of CMAPI (including Swagger), code reviews of programs, or any customer implementations.
- Please handle the API key with care to prevent misuse.
Example
This is an example of retrieving a list of organizations.
Please set your obtained API key in place of <APIKey>
.
$ curl -s -H 'X-API-KEY: <APIキー>' https://api.members.classmethod.net/v2/orgs
For the CMAPI specifications, please refer to the Swagger documentation.