cURL
curl --request GET \ --url https://api.otim.com/v0/entities \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ent_01JA1B2C3D4E5F6G7H8J9K0L", "email": "alice@example.com", "type": "individual", "status": "active", "kycStatus": "approved", "tosStatus": "approved", "kycLink": "https://verify.otim.com/kyc/abc123", "tosLink": "https://verify.otim.com/tos/abc123", "createdAt": "2025-01-15T12:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
Returns a paginated list of Entities on your Platform.
API key prefixed with sk_.
sk_
Pagination cursor from a previous response.
Number of items to return.
x <= 100
A paginated list of Entities.
Show child attributes