Users
Get User Profile
Retrieve profile details of the currently authenticated user.
get/api/users/current/
Response
Profile Data
Example response
{
"api_key": {
"customer_api_key": "eXamPleAPIKey"
},
"teams": [
{
"name": "netlas-team"
}
]
}