HOMFY - Partner API
  1. Autenticação
HOMFY - Partner API
  • Bem vindo
  • Autenticação
    • Definições
    • Gerar token
      POST
    • Renovar token
      POST
  • Imóveis
    • Definições
    • Consultar Imóveis
      POST
  • Schemas
    • Property
    • PropertyStatus
    • PropertyType
    • PropertyContract
    • PropertyPurpose
    • PropertyAddress
    • PropertyDetail
    • PropertyListing
    • PropertyListing
    • PropertyListingPrice
    • PropertyListingImage
    • PropertyListingVideo
    • RealstateAgentRegister
  1. Autenticação

Renovar token

POST
/auth/refresh-token
Renovar token para continuar

Request

Body Params application/json

Example
{
    "refreshToken": "string"
}

Request Code Samples

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 '/auth/refresh-token' \
--header 'Content-Type: application/json' \
--data-raw '{
    "refreshToken": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "accessToken": "string"
}
🟠401Unauthorized
Modified at 2024-10-14 16:31:17
Previous
Gerar token
Next
Definições
Built with