Skip to main content

GetSetResponse

Contains a single set

set Set

Represents a set (group/team) in the system. Sets are used to organise drivers and apply specific pricing or permissions.

codestring

Unique code identifier for the set. Used as the primary identifier across the system.

namestring

Display name of the set. Human-readable name shown to users.

image_urlstring

URL to the set's image or logo. Can be used for branding in UI applications.

descriptionstring

Description of the set. Provides additional context about the set's purpose.

is_defaultboolean

Indicates if this is the default set for the entity. Drivers are automatically added to the default set upon registration if no set is specified. Each entity has exactly one default set.

GetSetResponse
{
"set": {
"code": "string",
"name": "string",
"image_url": "string",
"description": "string",
"is_default": true
}
}