- Credit
- Get Started
- Get Started APP
- Api Reference
- Auth
- Users
- Clients
- Banks
- Files
- search
- fInd
- audits
- list-by-organization
- get-me
- required-fields
- basic-create
- create
- create-legal
- update
- update-legal
- get-client-banks
- get-client-operations
- get-client-requests
- get-client-files
- finalize-registration
- change-status
- change-client-group
- change-client-user
- reset-password
- update-client-representative
- credit-analysis-validation
- additional-information
- create-client-from-onboarding
- client-validation
- Requests
- Operations
- Credit Analysis
- Supplires
- Auth
- Enums
me
GET
/api/v1/users/me
Requisição
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Exemplo:
Authorization: Bearer ********************
Parâmetros Header
Accept
string
opcional
Padrão:
application/json
Content-Type
string
opcional
Padrão:
application/json
Respostas
🟢200Success
application/json
Body
uuid
string
requerido
name
string
requerido
email
string
requerido
taxid_number
string
requerido
username
string
requerido
password_change_required
boolean
requerido
type
string
requerido
organizations
array [object {3}]
requerido
default_group
string
requerido
groups
array[string]
requerido
uuid
string
requerido
two_factor
object
requerido
is_active
boolean
requerido
methods
array
requerido
created_at
string
requerido
active
boolean
requerido
Exemplo
{
"uuid": "677a35cd-cd49-4339-8a25-1aef24803ee0",
"name": "Natan Reis Chmura",
"email": "natan.chmura@inovanti.com.br",
"taxid_number": "11082166928",
"username": "11082166928",
"password_change_required": false,
"type": "dev",
"organizations": [
{
"default_group": "9d895696-5341-4a4e-a4df-7963da2258d2",
"groups": [
"9d895696-5341-4a4e-a4df-7963da2258d2"
],
"uuid": "ebf98757-ef4f-592f-8ac3-e9d6338d091d"
},
{
"default_group": "3a21528a-58c9-4856-b133-29a9b5e57520",
"groups": [
"3a21528a-58c9-4856-b133-29a9b5e57520"
],
"uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19"
}
],
"two_factor": {
"is_active": false,
"methods": []
},
"created_at": "2024-05-08 13:37:09",
"active": true
}
Modified at 2024-11-20 14:33:50