Read Activation
Intent
Reads the activation without changing it.
When to call it
Call this after your application has received or stored the identifier for the activation.
Access boundary
Authorize the request with a token that carries license_keys:read or license_keys:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
GET
Read Activation
Authorizations
Previous
List License Keys### Intent
Reads the available license keys as a pageable collection without changing them.
### When to call it
Call this when an interface, sync, or support workflow needs to inspect license keys. Use the filters and paging controls shown below to limit the result.
### Access boundary
Authorize the request with a token that carries `license_keys:read` or `license_keys:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Read Activation