Application

For the complete documentation on the "application" resource, please refer to https://docs.actv8me.com/v1.2/reference/application-1

From the Consumer API perspective, an application represents an API client (i.e. a mobile app) that uses an API key to send requests to the ACTV8me API on behalf of the end-user.

Register application

To obtain an API key, you must first register an application. You can easily register and manage your applications from the ACTV8me Dashboard. Alternatively, you may use the Management API endpoints referenced below.

🚧

If you are interested in using the Management API, please contact [email protected] to obtain your credentials

POST /application

Reference: https://docs.actv8me.com/v1.2/reference/application-1#post_application

Update application (settings)

The following endpoint allows you to change the configuration parameters of your application:

PUT /application/{id}

Reference: https://docs.actv8me.com/v1.2/reference/application-1#put_application

Generate API Key

You can generate an API key by making a request to the following endpoint:

POST /application/{id}/api-key

Reference: https://docs.actv8me.com/v1.2/reference/application-1#post_application-id-api-key

Once you have registered your application, configured its settings, and generated an API key, you are ready to register your first device.


What’s Next