Update REST API key

📘

NOTE:

Accounts API is currently available on a limited basis. Contact our Customer Support Team if you’d like to explore using this API.

Use this action to update a REST API key. This is used to set an expiration date for a key, change the expiration date, or remove the expiration date (making it a non-expiring key).

General requirements

  • Authentication: Basic (easiest to implement) or Digest
  • Encoding: Accepts only UTF-8 unicode characters as inputs.
  • Accepts: application/json
  • Responds with: application/json
  • Required headers: Content-Type - application/json
Path Params
string
required

Unique identifier for managing this REST API key. This is NOT the key’s value, which is used to authenticate REST API requests.

Body Params
string
required

The expiration date of this REST API key. A value of never indicates that this key never expires.

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json