π¦ΈββοΈCustomers
API reference for customer-related endpoints
Add a New Customer
Creates new customer and generates a cryptographic challenge to verify ownership of blockchain account
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Content digest
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbUnique customer ID in a form of an external identifier. This would normally correspond to customer's ID in your system
Successful operation
Invalid request
Not authorised
Customer already exists
Internal error
Customer Entity Updates
Blockchain Updates
Retrieve Customer Entities
Retrieves customers' details
HTTP message signature
HTTP message signature input
Successful operation
Unique customer ID
Unique customer ID in a form of an external ID
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbCustomer status
Date this customer was created (ISO-8601)
Date this customer was updated (ISO-8601)
Invalid request
Not authorised
Internal error
Retrieve an Individual Customer
Retrieves customer's details
Unique customer ID
HTTP message signature
HTTP message signature input
Successful operation
Unique customer ID
Unique customer ID in a form of an external ID
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbCustomer status
Date this customer was created (ISO-8601)
Date this customer was updated (ISO-8601)
Invalid request
Not authorised
Customer not found
Internal error
Deactivate a Customer
Deactivates customer and all associated resources
Unique customer ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Unique customer ID
Unique customer ID in a form of an external ID
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbCustomer status
Date this customer was created (ISO-8601)
Date this customer was updated (ISO-8601)
Invalid request
Not authorised
Customer not found
Invalid state transition
Internal error
Reactivate a Customer
Activates customer and all associated resources
Unique customer ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Successful operation
Unique customer ID
Unique customer ID in a form of an external ID
Unique customer ID in a form of a valid on-chain address. This would normally correspond to customer's EOA wallet address
eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5BfcdbCustomer status
Date this customer was created (ISO-8601)
Date this customer was updated (ISO-8601)
Invalid request
Not authorised
Customer not found
Invalid state transition
Internal error
Last updated