Skip to main content
POST
Refresh Profiles

Authorizations

Api-Key
string
header
required

Organization-scoped API key provisioned by SeekOut. Send it in the Api-Key header on every request.

Body

profileHandles
string[]
required
apiKey
string
required
Minimum string length: 1
batchSize
integer<int32> | null
maxConcurrency
integer<int32> | null
saveToStorage
boolean
jobId
string | null

Response

Success

jobId
string | null
status
enum<string>
Available options:
Queued,
InProgress,
Completed,
Failed,
Cancelled
totalRequested
integer<int32>
totalProcessed
integer<int32>
totalSuccessful
integer<int32>
totalFailed
integer<int32>
successfulRefreshes
string[] | null
failedRefreshes
object[] | null
startTime
string<date-time>
endTime
string<date-time> | null
duration
string<date-span> | null
read-only
dataUrl
string | null
progressUrl
string | null
progressPercentage
number<double>
read-only