| Verb | URI | Description |
|---|---|---|
| POST | v2.0/tokens | Authenticate to generate a token. |
| GET | v2.0/tokens/{tokenId}?belongsTo= | Check that a token is valid and that it belongs to a supplied tenant and return the permissions relevant to a particular client. |
| HEAD | v2.0/tokens/{tokenId}?belongsTo= | Check that a token is valid and that it belongs to a particular tenant (For performance). |
| GET | v2.0/tokens/{tokenId}/endpoints |
Returns a list of endpoints associated with a specific token. |

