Tokens REST Endpoints
Shared Services/Tokens
The tokens resource is used to view, add, delete and modify token entries for the Token Framework.
- Create a token
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTokens - Delete a token
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId} - Get a token
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId} - Get all tokens
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTokens - Update a token
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorTokens/{ReqId}