1. Auth Token
API URL:
POSThttps://api.educenter.id/auth/token
Response samples:
{
"status": "success",
"msg": "Successfully generated API token.",
"token": "985d653c-b74e-4644-9bc4-cc9dbc0c061f",
"expired_date": "2025-09-22"
}
Passing Parameters
| Fields | Type | Req | Description |
|---|---|---|---|
|
passkey * lowercase |
String | Y | Your API Key |
2. Merchant Status
API URL:
POSThttps://api.educenter.id/auth/merchant
Response samples:
YES or NO
Passing Parameters
| Fields | Type | Req | Description |
|---|---|---|---|
|
passkey * lowercase |
String | Y | Your API Key |
|
token * lowercase |
String | Y | Authentication token |
|
email * lowercase |
String | provide either email or phone | Merchant’s email address |
|
phone * lowercase |
String | provide either email or phone | Merchant’s phone number |