Learn R Programming

civis (version 1.6.1)

services_post_tokens: Create a new long-lived service token

Description

Create a new long-lived service token

Usage

services_post_tokens(id, name)

Arguments

id

integer required. The ID of token.

name

string required. The name of token.

Value

A list containing the following elements:

id

integer, The ID of token.

name

string, The name of token.

createdAt

string, The date and time when the token was created.

token

string, The value for a long-lived arproxy service token.