Securize

Access to securize data


Parameters

Name In Type Required Description
org_id path string true The string id related with one of Grupo Masmovil tenants/organizations
body body SecurizeRequestBody true Custom data to securize

Request body - instance of SecurizeRequestBody

1
2
3
4
{
  "customer_id": "string",
  "actor_id": "string"
}
Name Type Required Description
customer_id string true none
actor_id string true none

Request example

1
2
3
4
5
6
7
8
9

curl -X POST https://consents.masstack.com/v2/orgs/masmovil/securize \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
 --data-raw "{
  'customer_id': 'string',
  'actor_id': 'string'
}" 

Responses

Code Meaning Description Schema
201 Created Success response SecurizeResponse

Endpoints

Customer Consents

    Configuration

      Securize