OAuth access tokens
Read OAuth tokens
GET /api/oauth_access_tokens
Maximum number of logs to be returned in the API response.
Example: 20
Read logs after N number of logs, where N equals _offset
.
Example: 10
If show_all
isn’t present, then only show active OAuth access tokens for the current user.
If show_all
is 1
, then show active and expired OAuth access tokens for the current user.
Example: 1
Was this page helpful?