Viewing mandate details
GET .../mandates/{id}
To view mandate data, simply perform a GET on the mandate resource, specifying the identifier of the mandate to be viewed.
Example
Request
GET https://secure.lyra.com/sdd/mandates/12345678-94aebef39d0349a09fb525a80a6e0d55
Response
{ "title":"Mr", "first_name":"Michel", "last_name":"Durand", "email":"mrdurand@ymail.com", "created_at":1634047398000, "identifier":"94aebef39d0349a09fb525a80a6e0d55", "rum":"94aebef39d0349a09fb525a80a6e0d55", "id":"12345678-94aebef39d0349a09fb525a80a6e0d55", "site":"12345678", "fetch_address":false }