Get Record Types

Return the account’s configured record types.

POSThttps://secure-api.setshape.com/api/get/lead/types/{crmid}

Replace {crmid} with your Shape system ID — found on the API Integrations page. Every request also needs your auth header — see Using Shape APIs.

Example request

curl -X POST https://secure-api.setshape.com/api/get/lead/types/{crmid} 
  -H "Authorization: {YOUR_API_AUTHORIZATION_KEY}" 
  -H "Content-Type: application/json"