| Method | URI | Description |
|---|---|---|
| POST | /v2.0/tokens | Authenticates and generates a token. |
| GET | /v2.0/tokens/{tokenId}{?belongsTo} | Validates a token and confirms that it belongs to a specified tenant. |
| HEAD | /v2.0/tokens/{tokenId}{?belongsTo} | Validates a token and confirms that it belongs to a specified tenant, for performance. |
| GET | /v2.0/tokens/{tokenId}/endpoints | Lists the endpoints associated with a specified token. |

