key::get

Description

Get an API key

Request details

Arguments

email
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
active or suspended

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>
	
  1. Index
  2. About the API

    1. Summary
    2. Specification
    3. Do not use undocumented features
    4. Change log
  3. Using the API

    1. Requests
      1. Authenticated requests
      2. Limits
      3. Common request value data types
    2. Understanding responses
      1. HTTP status codes used
      2. Exceptions
        1. access
        2. account
        3. database
        4. hostingaccount
        5. server
        6. system
  4. Function reference