Previous Topic: REST and Object AccessNext Topic: REST_OPERATIONS Keyword


rest_access resource

The rest_access resource contains REST API access information for the authenticated users. It is an administrative table and contains the list of users allowed through the REST API.

The following list shows the deviations from the default behavior:

POST

Creates a REST access object and returns access key, secret key and expiration date as part of default values.

GET

Retrieves REST access information (except for secret key).

DELETE

Deletes the REST access object.

PUT

Does not allow updates to secret_key, access_key, and contact due to the Majic WRITE_NEW property.