Pular para o conteúdo principal

Listar Owner Details

Descrição: Retorna os owner details cadastrados para a cooperativa.

Endpoint

GET/api/v1/integration/owner-details

Exemplo de Requisição

curl -X GET \
-H "Authorization: {SUA_API_KEY}" \
"https://api.merx.tech/api/v1/integration/owner-details"

Parâmetros

Parâmetros de Cabeçalho

NomeDescriçãoTipoObrigatório
AuthorizationChave de API obtida via support-api@merx.techStringSim

Respostas

  • 200 - Ok
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"owner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"hmac_secret": "string",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
  • 400 - Bad Request
{
"messages": ["message.entidade.campo-inválido"]
}
  • 401 - Unauthorized

  • 404 - NotFound