Tokens REST Endpoints

Tokens

REST API endpoints for Tokens

Create an Access Token
Method: post
Path: /api/v2/tokens/
Delete an Access Token
Method: delete
Path: /api/v2/tokens/{id}/
List Access Tokens
Method: get
Path: /api/v2/tokens/
List Activity Streams for an Access Token
Method: get
Path: /api/v2/tokens/{id}/activity_stream/
Retrieve an Access Token
Method: get
Path: /api/v2/tokens/{id}/
Update an Access Token
Method: patch
Path: /api/v2/tokens/{id}/
Update an Access Token
Method: put
Path: /api/v2/tokens/{id}/