Skip to main content
GET
Get folder by ID

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Path Parameters

id
string<uuid>
required

Folder ID

Response

Folder details

id
string<uuid>

Unique folder identifier

group
object
name
string

Folder name

Example:

"January 2024 Verifications"

is_starred
boolean

Whether folder is starred

Example:

false

total_service
integer<int64> | null

Number of unique services used in this folder

Example:

5

total_result
integer<int64> | null

Number of verification results in this folder

Example:

12

created_at
string<date-time>

Folder creation timestamp

created_by
string<uuid>

User who created the folder

updated_at
string<date-time>

Folder last update timestamp

updated_by
string<uuid>

User who last updated the folder