Migrated from Redmine #906 | Author: Rodrigo Melo
Status: New | Priority: Low, I can wait | Created: 2022-07-12
Hello,
How can I authenticate to REST API using my keys instead of user credentials? I didn’t found a way to do that.
I’m using this way:
POST /admin/auth HTTP/1.1
Host: user-api-v2.simplybook.me
Content-Type: application/json
Content-Length: 83
{
“company”: “my_company”,
“login”: “my_user_username”,
“password”: “my_user_password”
}
Is there a way to login like JSON-RPC that uses api-key?