Skip to content

Easyflow (1.0)

Easyflow API Document

This is the API documentation and must be used by everyone who wants to integrate with the Easyflow platform.

Download OpenAPI description
Overview
License

Languages
Servers
Mock server

https://mobile-docs.easyflow.digital/_mock/openapi/

Production environment URL

https://wz0ppvhzw7.execute-api.sa-east-1.amazonaws.com/

Operations
Operations

Request

Retrieve details of a specific user by their ID.

Security
bearerAuth
Path
userIdstringrequired

The unique identifier of the user.

Headers
x-fingerprint-idstringrequired

Unique device or session fingerprint identifier used for security and fraud prevention.

curl -i -X GET \
  'https://mobile-docs.easyflow.digital/_mock/openapi/management/users/{userId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-fingerprint-id: string'

Responses

Successfully retrieved user data.

Bodyapplication/json
statusCodeinteger
Example: 200
dataobject
Response
application/json
{ "statusCode": 200, "data": { "id": "9edc7869-721e-4c18-ad64-f143975e1255", "email": "eduardorotundaro@gmail.com", "name": "Eduardo Rotundaro", "birthDate": "1995-12-27", "address": { … }, "nickname": "Eduardo Rotundaro", "phone": { … }, "document": { … }, "picture": { … } } }
Operations
Operations
Operations
Operations
Operations