{ "opencollection": "1.0.0", "info": { "name": "Conekta Antifraud Api Keys API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Api Keys", "type": "folder" }, "items": [ { "info": { "name": "Get list of Api Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.conekta.io/api_keys", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The numbers of items to return, the maximum value is 250" }, { "name": "next", "value": "", "type": "query", "description": "next page" }, { "name": "previous", "value": "", "type": "query", "description": "previous page" }, { "name": "search", "value": "", "type": "query", "description": "General search, e.g. by id, description, prefix" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Consume the list of api keys you have" }, { "info": { "name": "Create Api Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.conekta.io/api_keys", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a api key" }, { "info": { "name": "Get Api Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.conekta.io/api_keys/:id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets a api key that corresponds to a api key ID" }, { "info": { "name": "Update Api Key", "type": "http" }, "http": { "method": "PUT", "url": "https://api.conekta.io/api_keys/:id", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing api key" }, { "info": { "name": "Delete Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.conekta.io/api_keys/:id", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a api key that corresponds to a api key ID" } ] } ], "bundled": true }