List all requirements with filtering, sorting, and pagination
{- "data": [
- {
- "action": "ordering",
- "country_code": "FR",
- "created_at": "2021-04-09T22:25:27.521Z",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "locality": "Nice",
- "phone_number_type": "local",
- "record_type": "requirement",
- "requirements_types": [
- {
- "acceptance_criteria": {
- "locality_limit": "Issued by the same country that the phone number belongs to",
- "time_limit": "Current and not expired"
}, - "created_at": "2021-04-09T22:25:27.521Z",
- "description": "Proves the customer has a physical address in the same locality as the phone number",
- "example": "Utility bill, internet bill, phone bill, or lease",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "name": "Proof of Address",
- "record_type": "requirement_type",
- "type": "document",
- "updated_at": "2021-04-12T20:20:20.020Z"
}
], - "updated_at": "2021-04-12T20:20:20.020Z"
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}
Retrieve a document requirement record
Successful response
{- "data": {
- "action": "ordering",
- "country_code": "FR",
- "created_at": "2021-04-09T22:25:27.521Z",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "locality": "Nice",
- "phone_number_type": "local",
- "record_type": "requirement",
- "requirements_types": [
- {
- "acceptance_criteria": {
- "locality_limit": "Issued by the same country that the phone number belongs to",
- "time_limit": "Current and not expired"
}, - "created_at": "2021-04-09T22:25:27.521Z",
- "description": "Proves the customer has a physical address in the same locality as the phone number",
- "example": "Utility bill, internet bill, phone bill, or lease",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "name": "Proof of Address",
- "record_type": "requirement_type",
- "type": "document",
- "updated_at": "2021-04-12T20:20:20.020Z"
}
], - "updated_at": "2021-04-12T20:20:20.020Z"
}
}