Retrieve a Collection
GET - https://api.verifik.co/v2/face-recognition/collections/{id}
This service allows fetching a collection generated using its specific _id, not to be confused with the code parameter.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Description
id
string
ID of the project that you want to bring the information.
Response
Last updated