Check if ApiKey is correct and allowed on this owner.
Used to verify if your ApiKey is authorized with this owner
Request
https://api.vincod.com/3/json/owner/checkOwnerApi/fr/<VINCODOWNER>?apiKey=YOURAPIKEY
Parameters
Version : available in versions 2 and 3
Format : json or xml
Target : owner
Method : checkOwnerApi
LANGUAGE : set to fr
VINCODOWNER : Vincod of the owner
Sample
Success
{
"owners":{
"checkApi":{
"code":"1",
"message":"It's ok you could working on this Owner"
}
}
}
Errors
{
"owners":{
"checkApi":{
"code":"0",
"message":"Sorry you couldn't working on this Owner"
}
}
}
You’re not allowed to access owner’s catalog. Check if VINCODOWNER is correct or ask support to confirm your APIKey is allowed to access this owner.
{
"owners":{
"error":"Invalid or not provided apikey."
}
}
You’re APIKey does not provide any access. Check if APIKey is correct or ask support to confirm your APIKey’s authorizations.