key::get
Description
Get an API key
Request details
-
Method
GET
-
URL
https://api.hostingreborn.com/key/get/
Arguments
- Account email address
- password
- Account password
Responses
<?xml version="1.0" encoding="utf-8"?>
<key>
<key>acbd18db4cc2f85cedef654fccc4a4d8</key>
<owner>user01@hostingreborn.com</owner>
<isPrimary>true</isPrimary>
<status>active</status>
</key>
- key
- API key for making authenticated requests
- owner
- Email address of account to which the key belongs
- isPrimary (boolean)
- Whether this is a primary or secondary key
- status
activeorsuspended
Exceptions
Examples
GET /key/get/?email=user01@example.com&password=er56g!pzzz
<?xml version="1.0" encoding="utf-8"?>
<key>
<key>acbd18db4cc2f85cedef654fccc4a4d8</key>
<owner>user01@hostingreborn.com</owner>
<isPrimary>true</isPrimary>
<status>active</status>
</key>