EnterCoin API Docs V1
    EnterCoin API Docs V1
    • Links
      • Create
        POST
      • Show by slug
        GET
      • List
        GET
    • Auth
      POST
    • Up
      GET
    • Create Client
      POST
    • Get Profile
      GET

      Create Client

      POST
      /clients

      Requisição

      Parâmetros Bodyapplication/json

      Exemplo
      {
          "name": "string"
      }

      Códigos de solicitação

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/clients' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "name": "string"
      }'

      Respostas

      🟢200Success
      application/json
      Body

      Exemplo
      {}
      Modificado em 2024-11-12 15:17:59
      Página anterior
      Up
      Próxima página
      Get Profile
      Built with