Retrieve account details.
Last modified:2024-12-29 01:22:40
Maintainer:Dr. Maen K Househ
Fetches the account name if authorized, otherwise returns an unauthorized error.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
Successful response with account name.
curl --location --request GET 'https://api.tendersalerts.com/api/integration/account' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"name": "Account Name"
}
Modified at 2024-12-29 01:22:40