Request

GET /api_key/1/

Response

200 OK
Content-Type: application/json
{
    "created_at": "2013-09-12T14:12:39.720112", 
    "resource_uri": "/api/v1/api_key/1/", 
    "id": 1, 
    "label": "Api key for application A"
}

Request

GET /api_key/2/

Response

200 OK
Content-Type: application/xml; charset=utf-8
<object>
  <created_at>2013-09-12T14:12:39.789207</created_at>
  <label>Api key for application B</label>
  <id type="integer">2</id>
  <resource_uri>/api/v1/api_key/2/</resource_uri>
</object>

Request

GET /api_key/3/

Response

200 OK
Content-Type: text/yaml; charset=utf-8
{created_at: '2013-09-12T14:12:39.808002', !!python/unicode 'id': 3, label: !!python/unicode 'Api
key for application C', resource_uri: !!python/unicode '/api/v1/api_key/3/'}