how to white list Ips addresss to access API??
how to white list Ips addresss to access API?? how to generate JWT token for this api https://auvdockercluster03bgc.icimsmco.net/connectors/20
Prime Authentication
When accessing the Prime endpoint use the encoded JWT token in the Header Authorization. The information required is provided by the iCIMS UNIFi ISV Enablement Team when your sandbox is allocated. Using jwt.io enter the parameters below in the payload and enter the signing key in 'your-256-bit-secret'.
{
"sub": "xxxxx",
"iss": "xxxxx.prime.sandbox",
"iat": epoch start time,
"exp": epoch end time
}
The IP addresses that are provided by your partner contact are whitelisted at the time of sandbox set-up. If you have additional IPs to whitelist after the initial list is provided you must submit the request to UNIFi.ISVHelp@icims.com.
Unauthorized error
I have accessed this "https://auvdockercluster03bgc.icimsmco.net/connectors/xx" endpoint and used JWT token in the Header Authorization, but I am getting this following error,
{
"timestamp": xxxx,
"status": 401,
"error": "Unauthorized",
"message": "Access to the requested Resource was not authorized.",
"path": "/connectors/XX"
}
Unauthorized Error
Please ensure that your credentials are correct and that that start and stop time do not exceed 10 minutes. You must also review the format of how to enter the Authorization Header in the API tool that you are using. Advanced REST client, Postman etc.
Need username and password
HI, I am using GET method in postman but I am getting a response as invalid username and password, kindly provide username and password.
{
"errors": [
{
"errorMessage": "Invalid Username or Password credentials provided.",
"errorCode": 6
}
]
}
For an active integration
For an active integration project, Username and Password would be provided by your Integration Consultant.
Hello, The response given is correct. You will need API credentials for your integration build. That will require a customer purchase of an integration license.
Thank you,
iCIMS UNIFI Team