| apiKey | 
			entity | 
			The apiKey customer details. | 
			POST /auth/apiKey 
			GET /auth/apiKey | 
		
		
			| key | 
			string | 
			The apiKey or the issuer key used to generate the JWT token for authentication. | 
			POST /auth/apiKey 
			GET /auth/apiKey | 
		
		
			| publicKey | 
			string | 
			The public key uploaded by the customer while generating apiKey. | 
			POST /auth/apiKey 
			GET /auth/apiKey | 
		
		
			| createdDate  | 
			date | 
			The date on which the apiKey was created for the customer. | 
			POST /auth/apiKey 
			GET /auth/apiKey | 
		
		
			| expiresIn | 
			integer | 
			Time in seconds after which the JWT token created for users expires. | 
			POST /auth/apiKey 
			GET /auth/apiKey |