Category Filter
Retrieve API Key
You can retrieve your API key by
- Signing in to your Hexnode MDM portal and selecting API from the Admin tab, or
 - Accessing the URL /api-token-auth/ when valid username and password are provided with basic authentication.
 
curl
HTTP Request:
		
		
			
			
			
			
				
					
			
		
Response:
		
		
			
			
			
			
				
					
			
		
| 
					 1 2  | 
						curl -X POST -d username="admin" -d password="admin" https://<portal>.hexnodemdm.com/api/v1/api-token-auth/  | 
					
Response:
| 
					 1  | 
						{"Authorization" : <your API key>}  |