Skip to main content
POST
/
v1
/
admin
/
sources
/
{source_id}
/
ingest-token
Rotate an ingest token
curl --request POST \
  --url https://api.withsplendor.com/v1/admin/sources/{source_id}/ingest-token \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "created_at": "2026-01-15T09:30:00Z",
  "source_id": 12,
  "token": "sit_live_8f2c3d4e"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

source_id
integer
required

Response

Successful Response

created_at
string<date-time>
required
source_id
integer
required
token
string
required