get
https://api.splio.com/loyalty/members/
Get a contact membership informations based on its card code.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Error cases
Cardcode does not exist (400)
{
"status": 404,
"errors": [
{
"error_key": "id",
"error": "wrong_value",
"error_description": "Record not found for id ee."
}
]
}Malformatted cardcode (400)
{
"status": 400,
"errors": [
{
"error_key": "id",
"error": "wrong_value",
"error_description": "Card code can only contain numbers, letters, _ and -"
}
]
} 401Authentication failed.
403Forbidden.