tokens

Create ingestion token

post/v1/tokens

Request body

namestring required

Name of the token.

type'ingestion' required

Type of token. Currently only 'ingestion' is supported.

Response

The request has succeeded and a new resource has been created as a result.

tokenstring required

API token.

Example response

{
  "token": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.