This document describes how to use the Ad account management API.
View business information
This API enables you to retrieve business information.
Send a GET request with the issued access token and an ad account ID (adAccountId) in the request header. You must also pass the business registration number of a company to be retrieved. If the request is successful, this API returns the detailed information of the requested company in JSON format. If failed, refer to Error code to figure out its failure cause.
Request
URL
GET /openapi/v4/companies HTTP/1.1
Host: apis.moment.kakao.com
Authorization: Bearer ${ACCESS_TOKEN}
Header
Name
Type
Description
Required
Authorization
String
Pass an access token in Bearer ${ACCESS_TOKEN} format.