Fetch current user
How to retrieve data of the user making API Calls
query {
me {
id
name
email
phone
cpf
cnpj
birthday
subscription {
has_premium_features
documents
credits
}
organization {
id
uuid
name
cnpj
}
}
}Expected respose
Last updated