v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Sources

Undelete a Source

Undelete a source by id.

post/sources/{id}/undelete

Path parameters

idstring required

Ids are of the form 'n-sources', where n is an integer.

Response

OK

Example response

{
  "sources": [
    {
      "id": "3-contacts",
      "name": "Google",
      "modifiedTime": 1704774720,
      "channel": {
        "value": 1,
        "display": "Organic search"
      },
      "deletedTime": 1704774720
    }
  ]
}