api-docs-icon

Get account collection by ID

GET
/ v1/ api/ account/ collection/ {collectionId}

Retrieves account information for a specific collection identified by its UUID




Response











collectionId
string<uuid>
required

Unique identifier of the collection

Example:
123e4567-e89b-12d3-a456-426614174000

Responses

Successfully retrieved collection information

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Request successful.
result
array<object>

List of accounts in this collection

object

statusCode
number

HTTP status code

Example:
200