Hi, getting the 500 internal server error without any details when trying to create API user as described here:
https://momodeveloper.mtn.com/api-documentation/api-description
The same result is with “Try it” feature on the site (https://momodeveloper.mtn.com/API-collections#api=sandbox-provisioning-api&operation=post-v1_0-apiuser&definition=ApiUser) and when calling it from the VPS.
HTTP/1.1 500 Internal Server Error
content-length: 111
content-type: application/json
vary: Origin
{
"statusCode": 500,
"message": "Internal server error",
"activityId": "93a3063e-****"
}
The system returns Activity ID where can I find details related to it?