Tokens REST Endpoints
Tokens
REST API endpoints for Tokens
- Create an Access Token
- Method: postPath:
/api/v2/tokens/ - Delete an Access Token
- Method: deletePath:
/api/v2/tokens/{id}/ - List Access Tokens
- Method: getPath:
/api/v2/tokens/ - List Activity Streams for an Access Token
- Method: getPath:
/api/v2/tokens/{id}/activity_stream/ - Retrieve an Access Token
- Method: getPath:
/api/v2/tokens/{id}/ - Update an Access Token
- Method: patchPath:
/api/v2/tokens/{id}/ - Update an Access Token
- Method: putPath:
/api/v2/tokens/{id}/