Activities

The Activities endpoints represents the core interactions within the mio.ID platform. These interactions, such as requests, sharings, or exchanges, enable members from the mio.ID Community to securely share their data with one another.

GET List of activities Fetches a list of all activities related to your business account, including both sent and received interactions.

GET Activity details Retrieves detailed information about a specific activity using its unique identifier.

Business' activities

get

Lists all Business' activities sent or received

Authorizations
AuthorizationstringRequired

Enter JWT token

Query parameters
limitnumberOptional

Max number of items to fetch

Default: 35
pagenumberOptionalDefault: 1
idstringOptional

Activity ID

Example: 3f611e21-496b-42a8-90c5-ea3980dc8b90
cifcodestringOptional

Profile ID

Example: cd157309-24c4-480a-87de-77f984c5c666
entitystring[]Optional

Individual/Business ID

Example: cb03ecb5-b83b-4a8a-adc2-1c34dabd86f5
fromstringOptional

Range initial date. Must be before or equal to To filter. yyyy-MM-dd format

Example: 2010-12-01
tostringOptional

Range final date. If From specified, this will be current time by default. yyyy-MM-dd format

Example: 2010-12-31
Header parameters
x-api-keystringRequired

Your credential's unique identifier key

x-pvt-timezonestringOptional

Your timezone

Responses
chevron-right
200

Returns all Business' activities

application/json
has_nextbooleanRequired

Indicates whether next pagination is available

Example: true
get
/business/v1/activities

Activity's details, containing accepted requirements

get

Activity's details, containing accepted requirements

Authorizations
AuthorizationstringRequired

Enter JWT token

Path parameters
activitystringRequired

Activity ID

Example: 484472b4-ab92-4073-be1f-b9a48676104c
Header parameters
x-api-keystringRequired

Your credential's unique identifier key

x-pvt-timezonestringOptional

Your timezone

Responses
chevron-right
200

Returns activity's details, containing accepted requirements

application/json
idstringRequired

Activity ID

Example: ffe314b3-0c0a-4a5a-9877-e7b8c560f73f
typestring · enumRequired

Activity type

Example: AT_001Possible values:
type_namestringRequired

Activity type name

Example: Request
in_out_boundstring · enumRequired

Indicates if this Activity has been sent by you or you received this from another member

Example: INPossible values:
descriptionstringRequired

Message to deliver to your activity's receptor

Example: I'm requesting for your phone number
statusstring · enumRequired

Activity status

Example: ACCEPTEDPossible values:
notification_messagestringRequired

Message to deliver to your activity's emitter

Example: I'm sharing with you my phone number
time_zonestringRequired

Timezone

Example: America/New_York
valid_untilnumberRequired

Datetime when Activity will be CANCELED due to inactivity

Example: 1704085500000
attended_atnumberRequired

Datetime when counterpart accepted/declined this Activity

Example: 1704085290000
completed_atnumberRequired

Datetime when Activity has been set as COMPLETED

Example: 1704085319000
expires_atnumberRequired

Datetime when shared resources will stop being available

Example: 1704689999000
created_atobjectRequired

Datetime when Activity has been created

Example: 1704085200000
updated_atobjectRequiredExample: 1704085200000
get
/business/v1/activities/{activity}

Last updated