Was this helpful?
Creates a request for an Individual in our community
/v1/business/activities/requests
Your JWT token as Bearer
Your credential's unique identifier key
Your timezone
Request has been created successfully
Your request metadata or your payload contains incorrect values
Unauthorized access due to invalid credentials, invalid or expired JWT token
Your key, your credentials or your JWT token are invalid, or you don't have access for this resource
An unexpected error has been raised durig this process
curl -L \ --request POST \ --url 'https://api-uat.mioid.preventor.com/v1/business/activities/requests' \ --header 'Authorization: text' \ --header 'x-api-key: text' \ --header 'Content-Type: application/json' \ --data '{"phone":{"phone_country_code":"text","phone_number":"text"},"description":"text","validity_threshold":{"time_unit":"text","amount":1},"requirements":[null]}'
No body