Discussions

Ask a Question
Back to All

Resource not found obtaining the KeyId

Hi,
after generating private and public key I'm calling the web service to get the KeyId, but I have this error:
{"code":41,"message":"Resource not found","wlt":"Q3Sn0MSe"}

This is the request:
curl --request POST --url https://authservices.satispay.com/g_business/v1/authentication_keys --header 'content-type: application/json' --data '{ "public_key": "-----BEGIN PUBLIC KEY-....----END PUBLIC KEY-----","token": "...."

Which could be the problem?
Thank you

cld