api-docs-icon

Get data checksum

GET
/ v1/ api/ checksum

Retrieves a checksum for data verification purposes, filtered by platform, collection, or identity




Response









collection
string<uuid>

Collection UUID to generate checksum for

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

Identity string to generate checksum for. Though optional, if you intend to use identity in /authorize request, please send this param.

Example:
user-identity-1234
platform
string
required

The platform for which the checksum is requested (e.g., 'coinbase')

Example:
coinbase

Responses

Successfully retrieved checksum

isError
boolean

Indicates if the response contains an error

Example:
false
message
string

Response message

Example:
Success
result
object

statusCode
number

HTTP status code

Example:
200