Skip to main content
POST
Fulfill an action requirement for a sub number order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

regulatory_requirement_id
string<uuid>
required

The ID of the regulatory (action) requirement. For Australia mobile ID verification this is b7c72fb8-fa08-4529-aaf6-b9117d3f3698.

sub_number_order_id
string<uuid>
required

The ID of the sub number order the requirement belongs to.

Body

application/json
requirement
object
required

The end user's identity details for the action requirement. Australia mobile ID verification is currently the only action requirement. It requires first_name and last_name, the same fields the corresponding GET lists in fields_required.

Response

Action requirement submitted successfully.

data
object