Validate API Key
API URL
{{url}}/fhir-user-service/api-key-managers/validate
Method
POST
Request Headers
Authorization : Bearer [token]
Description
Validates the given access key and secret access key
Input
Field Name
Type
Example
Authorization(Header)
String
Authorized token from login response
accessKeyId
String
assesskey ID of the user
secretAccessKey
String
secret access key of the user
Sample Input:
Sample Output:
Last updated