{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Main API", "version": "1.0" }, "items": [ { "info": { "name": "Main", "type": "folder" }, "items": [ { "info": { "name": "api_main_addresses_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/addresses/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_addresses_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/addresses/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_addresses_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_addresses_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_addresses_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_addresses_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/application-users/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/application-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_application_users_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_bank_branches_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/bank-branches/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_bank_branches_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/bank-branches/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Branch." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_bank_branches_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/bank-branches/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Branch." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/base-users/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/base-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/base-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/base-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/base-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_base_users_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/base-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/client-users/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/client-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/client-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/client-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/client-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_client_users_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/client-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_content_types_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/content-types/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_content_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/content-types/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this content type." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/emails/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/emails/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Email Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Email Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Email Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_emails_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Email Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/groups/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/groups/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/groups/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/groups/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this group." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/groups/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this group." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_groups_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/groups/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/permissions/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/permissions/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/permissions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this permission." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/permissions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this permission." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/permissions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this permission." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_permissions_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/permissions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this permission." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/phones/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/phones/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Phone Number." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Phone Number." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Phone Number." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_phones_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Phone Number." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-addresses/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/profile-addresses/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/profile-addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/profile-addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_addresses_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/profile-addresses/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-emails/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/profile-emails/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Email." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/profile-emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Email." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/profile-emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Email." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_emails_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/profile-emails/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Email." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-phones/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/profile-phones/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/profile-phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Phone." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/profile-phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Phone." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/profile-phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Phone." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_profile_phones_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/profile-phones/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Profile to Phone." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/user-credit-providers/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/user-credit-providers/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/user-credit-providers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User to Credit Provider." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/user-credit-providers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User to Credit Provider." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/user-credit-providers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User to Credit Provider." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_credit_providers_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/user-credit-providers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User to Credit Provider." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/user-profiles/", "params": [ { "name": "user", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/main/user-profiles/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/main/user-profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User Profile." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/main/user-profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User Profile." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/main/user-profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User Profile." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_main_user_profiles_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/main/user-profiles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this User Profile." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }