Estatus documento

Inicio

HTTP: 200

URL

https://api.easylex.com/api/public/v2/document/status/doc-gDqEOj1PdQ3GTqft

Error cURL

Body decodificado

Array
(
    [data] => Array
        (
            [status] => SIGNED
        )

    [meta] => Array
        (
            [endpointNotes] => 
            [fieldNotes] => Array
                (
                )

        )

    [references] => Array
        (
            [0] => Array
                (
                    [endpoint] => document/token
                    [httpVerb] => POST
                    [description] => Generate a new email token for given signer
                )

            [1] => Array
                (
                    [endpoint] => document/token
                    [httpVerb] => POST
                    [description] => Generate a new email token for given signer
                )

            [2] => Array
                (
                    [endpoint] => /document/original/{documentId}
                    [httpVerb] => GET
                    [description] => Download the original pdf document
                )

            [3] => Array
                (
                    [endpoint] => /document/signed/{documentId}
                    [httpVerb] => GET
                    [description] => Download the signed pdf document
                )

            [4] => Array
                (
                    [endpoint] => /document/xml/{documentId}
                    [httpVerb] => GET
                    [description] => Download the xml document
                )

            [5] => Array
                (
                    [endpoint] => /document/summary/{documentId}
                    [httpVerb] => GET
                    [description] => Download the pdf summary for the signed document
                )

            [6] => Array
                (
                    [endpoint] => /document/signature
                    [httpVerb] => POST
                    [description] => Sign document by user
                )

        )

)

Body crudo

{"data":{"status":"SIGNED"},"meta":{"endpointNotes":"","fieldNotes":[]},"references":[{"endpoint":"document/token","httpVerb":"POST","description":"Generate a new email token for given signer"},{"endpoint":"document/token","httpVerb":"POST","description":"Generate a new email token for given signer"},{"endpoint":"/document/original/{documentId}","httpVerb":"GET","description":"Download the original pdf document"},{"endpoint":"/document/signed/{documentId}","httpVerb":"GET","description":"Download the signed pdf document"},{"endpoint":"/document/xml/{documentId}","httpVerb":"GET","description":"Download the xml document"},{"endpoint":"/document/summary/{documentId}","httpVerb":"GET","description":"Download the pdf summary for the signed document"},{"endpoint":"/document/signature","httpVerb":"POST","description":"Sign document by user"}]}