Discussions

Ask a Question
Back to All

APIs Authentication

I am trying to use the API to authenticate with Ayla. I have an OEM Admin account and have created and app and I got the App ID and App Secrete from the dashboard. When I use the API to authenticate, I get an error saying

"error": "Could not find application"

POST URL:

https://user-dev.aylanetworks.com/users/sign_in.json

JSON body:

{
"user": {
"email": "[email protected]",
"password": "**",
"application": {
"appid": "**",
"appsecret": "**"
}
}
}