Hi - The native API key is not working.
When I try to do a post to create user as per the API documentation::
To create a new user you need to make a post call to the following endpoint:
/create_system_user
curl -X POST \
'https://myweburl.com/api/create_system_user' \
-d 'api_key=your_api_key' \
-d 'name=name' \
-d 'email=email' \
-d 'password=password' \
-d 'package_id=package_id' \
-d 'expired_date=expired_date'
This call is not succeeding. I am getting the following error:
1 Replies Login to reply
mattrin
3 years agoHI
Hi - The native API key is not working.
When I try to do a post to create user as per the API documentation::
To create a new user you need to make a post call to the following endpoint:
/create_system_user
curl -X POST \
'https://myweburl.com/api/create_system_user' \
-d 'api_key=your_api_key' \
-d 'name=name' \
-d 'email=email' \
-d 'password=password' \
-d 'package_id=package_id' \
-d 'expired_date=expired_date'
This call is not succeeding. I am getting the following error:
API Key is required
ranzu84 Team
3 years agoPlease open a ticket to our support. We will be glad to solve your problem. Thanks