Retrieve API Keys
API URL | {{url}}/fhir-user-service/api-key-managers/user |
Method | POST |
Request Headers | Authorization : Bearer [token] |
Description | Retrieves API keys associated with a specific user ID |
Input
Field Name | Type | Example |
Authorization(Header) | String | Authorized token from login response |
userId | Long | 1 |
Sample Input:
Sample Output:
Last updated