im trying to use the Create Embedded Signature Request api end point, but it is not working with my api key for the client_id parameter
i tried using my secrete id and even my hellosign api key but i keep getting this error
{
"error": {
"error_msg": "'client_id' must be 32 characters long",
"error_path": "client_id",
"error_name": "bad_request"
}
}
i also have test_mode set to true and still get this error , any help is appreciated.