> ## Documentation Index
> Fetch the complete documentation index at: https://plivo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Response examples

> Sample PHLO API responses — response attributes and JSON examples

### Response attributes

<table>
  <tbody>
    <tr>
      <td><strong>api\_id<span>string</span></strong></td>

      <td>
        <p>Identifies the request</p>
      </td>
    </tr>

    <tr>
      <td><strong>error<span>string</span></strong></td>

      <td>
        <p>Indicates there’s an error and provides information about it</p>
      </td>
    </tr>

    <tr>
      <td><strong>message<span>string</span></strong></td>

      <td>
        <p>Provides information regarding the request</p>
      </td>
    </tr>
  </tbody>
</table>

### Response

```json Success theme={null}
{
    "api_id": "495fe589-9bea-4283-b142-feb3f7d157d0",
    "phlo_id": "73d6ab01-a2f6-4a84-850f-21e1d46b30bf",
    "name": "Multi-party_Outbound",
    "created_on": "2020-08-01 09:04:40.632232+00:00"
}
```

```json Error theme={null}
{
    "phlo_id": "73d6ab01-a2f6-4a84-850f-21e1d46b30bf",
    "api_id": "65bba537-7b1a-4329-9a34-cedf32b60bf1",
    "error": "Could not verify your access level for that URL. You have to login with proper credentials."
}
```
