Skip to main content

Get Partner Info

You can view your information using this service.

Request

curl --location --request GET '<BASE_URL>/partners/info'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='

Response

200 OK
{
"id": 1,
"title": "egaranti Partner",
"username": "egaranti",
"password": "123",
"createdAt": "2024-02-27 21:58",
"updatedAt": "2024-02-28 21:55"
}