Endpoint tokens

Operations on endpoint tokens

get

Returns a JSON representation of the provisioned endpoint tokens.

post

Provisions a new endpoint token.

Single endpoint token operations

get

Returns endpoint token information.

delete

Deletes an endpoint token.

get

Returns the current status of the endpoint token.

put

Sets the current endpoint token status. Allowed status transitions are:

  • `Active` → `Suspended`
  • `Suspended` → `Active`
  • Any status → `Revoked`