Tokens REST Endpoints

Tokens
The tokens resource is used to view, add, delete and modify token entries for the Token Framework.
Create a token
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTokens
Delete a token
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId}
Get a token
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId}
Get all tokens
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTokens
Update a token
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId}