Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"user_id": "{{user_id}}"
}
Request Code Samples
curl --location --request POST '/secure-data/v1/token' \
--header 'Content-type: application/json;' \
--data-raw '{
"user_id": "{{user_id}}"
}'
Responses
application/json Modified at 2025-03-16 05:50:40