This API is to query the registered partner information under the account
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Request samples
curl --location --request GET '/tripshare/partners?acctId' \
--header 'token;' \
--header 'x-api-key;'
Responses
array of:
Partner user email address
[
{
"userId": 0,
"userEmail": "string",
"userName": "string"
}
]
Modified at 2025-02-28 08:12:14