Hi there,
I’ve successfully created a user. Then when I create a business using Advanced Rest Client, I get a Authentication pop up request. What do I need to put in here? I thought that all I had to do was to put the User’s API key into the username via basic authentication.
My end points are:
https://9spokes.yourpayroll.com.au/api/v2/business
Authorization: Basic [hidden]
Body:
{
“name”: “Jackie Chan Chemist”,
“abn”: “53004085616”,
“contactName”: “Sean”,
“contactEmailAddress”: "kungfuchow1@gmail.com",
“standardHoursPerDay”: 8,
}
The API key that was returned when I created the user kungfuchow1@gmail.com is: [hidden]
Cheers,
Sean