PUT /api/v1/api-tokens/{apiTokenId}

Upserts an API Token Network Condition by apiTokenId

Servers

Path parameters

Name Type Required Description
apiTokenId String Yes

id of the API Token

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
userId String No

The userId of the user who created the API Token

network Object No

The Network Condition of the API Token

network.include[] Array No

List of included IP network zones

network.connection String No

The connection type of the Network Condition

network.exclude[] Array No

List of excluded IP network zones

created String No

The creation date of the API Token

name String No

The name associated with the API Token

clientName String No

The client name associated with the API Token

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.