Usuarios

Subir un archivo adjunto al usuario autenticado

Endpoint que permite subir un archivo adjunto al usuario autenticado en la cuenta de Alegra.

post/users/attachment

Response

Retorna información de un usuario

filestring

URL del archivo

typestring

Tipo de archivo

Example response

{
  "file": "https://url.com",
  "type": "signature"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.