GET /api/oauth_access_tokens

_limit
integer

Maximum number of logs to be returned in the API response.

Example: 20

_offset
integer

Read logs after N number of logs, where N equals _offset.

Example: 10

show_all
integer

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