circle-info
Squadcast is now SolarWinds Incident Response

Users/Api Token

Get All Tokens

get
/v3/refresh-token

Returns generated api tokens of all the users of the organization. Requires access_token as a Bearer {{token}} in the Authorization header with read scope.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The request has succeeded.

application/json
get
/v3/refresh-token

Create Token

post
/v3/refresh-token

Generates refresh token for a user of the organization. Returns the refresh token object in response. Requires access_token as a Bearer {{token}} in the Authorization header with user-write scope.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_idstringRequired
Responses
post
/v3/refresh-token

Remove Token

delete
/v3/refresh-token/{refreshTokenID}

Removes refresh token of a user from organization. Upon success the refresh token of a user will be removed from the organization. Requires access_token as a Bearer {{token}} in the Authorization header with user-write scope.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
refreshTokenIDstringRequired

(Required) refresh token id

Responses
delete
/v3/refresh-token/{refreshTokenID}

Last updated