API endpoints for managing consumer cases for KYC verification
Consumer cases are resources representing individuals undergoing KYC (Know Your Customer) verification in the GridLogs platform. This API allows you to create, retrieve, update, and delete consumer cases.
Creates a new consumer case.
Email address of the consumer
First name of the consumer
Last name of the consumer
Phone number of the consumer
Date of birth in ISO format (YYYY-MM-DD)
Nationality of the consumer
Unique identifier for the consumer case
Email address of the consumer
First name of the consumer
Last name of the consumer
Phone number of the consumer
Date of birth in ISO format
Nationality of the consumer
Status of the consumer case
Creation timestamp
Last update timestamp
Returns a paginated list of consumer cases.
Page number for pagination (default: 1)
Number of items per page (default: 10)
Filter by status
Search term to filter results
Array of consumer case objects
Pagination metadata
Total number of consumer cases
Current page number
Number of items per page
Total number of pages
Retrieves a specific consumer case by ID.
Consumer case ID
Returns a consumer case object with all its properties.
Updates a specific consumer case.
Consumer case ID
Email address of the consumer
First name of the consumer
Last name of the consumer
Phone number of the consumer
Date of birth in ISO format (YYYY-MM-DD)
Nationality of the consumer
Status of the consumer case
Returns the updated consumer case object.
Deletes a specific consumer case.
Consumer case ID
Returns the deleted consumer case object.
Retrieves a consumer onboarding form by its token.
Onboarding form token
Returns the consumer onboarding form object.
Sends an onboarding email with a link to the consumer onboard page.
Full name of the consumer
Email address to send the onboarding link to
Email address to send from (defaults to “verification@gridlogs.com”)
Name of the sending company (defaults to “Gridlogs”)
Whether the email was sent successfully
The onboarding token generated