GET /api/v1/org/factors/yubikey_token/tokens
Lists all YubiKey OTP Tokens
Servers
- https://{yourOktaDomain}
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
Specifies the sort order, either Possible values:
|
forDownload |
Boolean | No |
Returns tokens in a CSV to download instead of in the response. When you use this query parameter, the Default value: false |
limit |
Integer | No |
Specifies the number of results per page Default value: 20 |
filter |
String | No |
The expression used to filter tokens Possible values:
|
sortBy |
String | No |
The value of how the tokens are sorted Possible values:
|
after |
String | No |
Specifies the pagination cursor for the next page of tokens |
expand |
String | No |
Embeds the User resource if the YubiKey Token is assigned to a user and |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.