See the API's various operations for details on their request parameters and response data.
Operation | Method | Endpoint |
---|---|---|
Access Revocation | ||
List revocation lists | GET | /revocation-lists |
Add a revocation list | POST | /revocation-lists |
Delete a revocation list | DELETE | /revocation-lists/{revocationListId} |
List identifiers | GET | /revocation-lists/{revocationListId}/identifiers |
Revoke tokens | POST | /revocation-lists/{revocationListId}/identifiers/add |
Unrevoke tokens | POST | /revocation-lists/{revocationListId}/identifiers/remove |
Get an identifier | GET | /revocation-lists/{revocationListId}/identifiers/{tokenId} |
Get a revocation list's identifier count | GET | /revocation-lists/{revocationListId}/meta |
List revocation list ARL properties | GET | /revocation-lists/{revocationListId}/properties |