Space SSH Key Fields
To fetch metadata of a Space SSH Key object send a GET request to:
https://api.assembla.com/v1/meta/space_ssh_keys.(json|xml)
example. request json with curl utility:
curl -H "authorization: bearer _token" https://api.assembla.com/v1/meta/space_ssh_keys.json
example. request xml with curl utility:
curl -H "authorization: bearer _token" https://api.assembla.com/v1/meta/space_ssh_keys.xml
table below is the list of fields contained in the response, this list will be properly formatted to json or xml as requested.
Fields
| Param | Data type | Access | Description |
|---|---|---|---|
| id | integer | read | Space SSH Key identifier |
| public_content | text | read | Public Key Content |
| space_tool_id | string | read | SSH tool identifier |